File python-os-collect-config.changes of Package python-os-collect-config
-------------------------------------------------------------------
Mon Mar 25 11:41:40 UTC 2019 - cloud-devel@suse.de
- update to version 9.2.1
- Update UPPER_CONSTRAINTS_FILE for stable/rocky
- Don't ignore SIGPIPE
- Update .gitreview for stable/rocky
- import zuul job settings from project-config
-------------------------------------------------------------------
Mon Oct 29 09:14:08 UTC 2018 - cloud-devel@suse.de
- update to version 9.2.0
- Use universal_newlines with subprocess.check_output
- Switch to stestr
- Remove -U from pip install
- Show team and repo badges on README
- Use TEST-NET-1 for unit tests, not 127.0.0.1
- Refactor merging out of cfn collector
- Change ignore-errors to ignore_errors
- Switch to oslo.log
- Delete H803 from ignore list
- Don't fail on non-valid json in cache files
- Remove discover from test-requirements
- Lower local collector log level
- Add Constraints support
- Revert "Treat ec2 collector data as immutable"
- Deprecated tox -downloadcache option removed
- Switch to oslo.log again
- Use pop for checking messages with websocket
- Add support for zaqar transport
- Open os-collect-config for Ocata
- Update links in README
- Add support for Zaqar websockets
- Revert "Switch to oslo.log"
- uncap eventlet
- Add region support
- Only re-exec on config change or HUP
- ec2 collector attempt config-drive before metadata server
- Update to a newer hacking library
- fix tox python3 overrides
- Remove RH1 OVB jobs from configuration
- Treat ec2 collector data as immutable
- Updated from global requirements
- Zuul: Remove project name
- Replace assertEqual(None, *) with assertIsNone in tests
- Log with info instead of warn when collector not configured
- Migrate os-collect-config to zuul v3 jobs
- Set a timeout for all data fetches using requests
- Add splay option to offset polling intervals
- Allow setting minimum polling interval for collect
- shorter sleeps if metadata changes are detected
- Remove argparse from requirements
- Avoid tox_install.sh for constraints support
-------------------------------------------------------------------
Sun Aug 2 07:24:53 UTC 2015 - tbechtold@suse.com
- update to 0.1.35:
* Drop use of 'oslo' namespace package
* Use non-versioned auth_url for keystone
* Add ca_certificate option for SSL'd api
* Updated from global requirements
- Adjust Requires
-------------------------------------------------------------------
Thu Jan 8 17:30:01 UTC 2015 - tbechtold@suse.com
- update to version 0.1.30:
* Updated from global requirements
* Bump hacking to 0.9.x series
* Updated from global requirements
* Enable local collector by default
* Handle missing local collector directory
* Collector which does a simple HTTP GET
* Updated from global requirements
* Updated from global requirements
* Exit with error status on failed command
* Fix py3k popen and locale test fails
* Modify gitignore to ignore cover
* Updated from global requirements
* Using keystone discover to find V3 auth_url
* Add support for Python 3
* Sync log from oslo
- Adjust Requires according to requirements.txt
- Adjust BuildRequires according to test-requirements.txt
-------------------------------------------------------------------
Fri Aug 29 09:15:53 UTC 2014 - dmueller@suse.com
- update to 0.1.27:
* Allow using non-default collectors
* Updated from global requirements
* Add a local data collector
* Do not log unconfigured collector as warning
* Revert "Make heat the default collection method"
* Make heat the default collection method
* Cache auth_ref from keystoneclient
* Add dogpile cache to keystone abstraction layer
* Split keystone away from heat collector
* Updated from global requirements
* Fix coverage report generation with tox
* Use json equality rather than raw text
* Only top-level some deployment configs
* Updated from global requirements
- add service file
-------------------------------------------------------------------
Thu Feb 13 12:10:40 UTC 2014 - speilicke@suse.com
- Some fixes