Version: 2.9.0-bp151.1.1
* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Jan 15 2018 dmueller@suse.com
- convert to singlespec
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 2.9.0
- Deprecate ceilometerclient
- shell: do not force domain to be present
- Remove log translations
- [bugfix]with keystone v3 Could not find domain: default.
- Adjust parameters order of tenant_xxx and project_xxx
- Handle log message interpolation by the logger
- delete bash_completion in subcommand
- Remove support for py34
- Update reno for stable/ocata
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 2.8.0:
- Make method import_versioned_module work
- cleanup aodh redirect
- Update reno for stable/newton
- Deprecate alarms commands
- cleanup aodh mocks
- [doc] Note lack of constraints is a choice
- Bump hacking to 0.12
- Enable coverage report in console output
- Fixes SSLError during cclient.meters.list() by https
- move old oslo-incubator code out of openstack/common
- Don't include openstack/common in flake8 exclude list
- Fix from_response method to process response from requests
- Enable release notes translation
- panko redirect
- Add __ne__ built-in function
- Set code and details on HTTPException
- Adding default project and domain if nothing is specified
- Using assertIsNone() instead of assertEqual(None)
- Replace assertEqual(None, ...) with assertIsNone(...)
* Tue Nov 15 2016 tbechtold@suse.com
update to version 2.6.2
* Set code and details on HTTPException
* Update .gitreview for stable/newton
* Mon Sep 26 2016 tbechtold@suse.com
- update to version 2.6.1
* Remove discover from test-requirements
* Correct the parameters's position of assertEqual
* Remove keystoneclient dependency
* Fix from_response method to process response from requests
* [trivial] add a blank character
* Add support for Python 3.5
* Wed Aug 10 2016 tbechtold@suse.com
- update to 2.5.0:
* tools: remove unused scripts
* base.Resource not define __ne__() built-in function
* Ignore aodh_endpoint argument
* Switch to keystoneauth
* Correct the usage of the method assertEqual()
* Update the home-page with developer documentation
* Update to hacking 0.11.0
* Only install hacking in pep8
* Updated from global requirements
* Enable releasenotes documentation
* Switch from deprecated tempest-lib to tempest
* Fix the disorder of items of Traits in the output of event-list
* remove default value of repeat-actions
* Decouple ceilometerclient without aodh services running
* Trivial: remove `None` as a redundant argument to dict.get()
* Enhances client to support unique meter retrieval
* Fixing a word spelling
* make aggregation-method argument as a mandatory field
* Mon Aug 01 2016 tbechtold@suse.com
- update to 2.4.0:
* Updated from global requirements
* Decouple ceilometerclient without aodh services running
* Enhances client to support unique meter retrieval
* make aggregation-method argument as a mandatory field
* Update .gitreview for stable/mitaka
- update _service and switch to upstream spec file
* Mon Feb 29 2016 dmueller@suse.com
- update to 2.3.0:
* Remove argparse from requirements
* drop oslo-incubator modules: cliutils and uuidutils
* Updated from global requirements
* remove unused code
* fix project_id and user_id fields not set when create gnocchi alarm
* Updated from global requirements
* improve help docs for cli commands
* change the dict output format to make consistency under py27 and py34
* Fix to disable meter-links from CLI
* Use the oslo.utils.reflection to extract the class name
* remove py24 compatible code
* Don't copy the auth_plugin for aodh
* Remove openstack-common.conf
* Use assertTrue/False instead of assertEqual(T/F)
* Improve ceilometer alarm enabled input parameter validation
* Updated from global requirements
* Replace assertEqual(None, *) with assertIsNone in tests
* remove MANIFEST.in
* Updated from global requirements
* Restructuring a comment in Python-Ceilometerclient
* Deprecated tox -downloadcache option removed
* Revert "Delete python bytecode before every test run"
* Remove duplicated assert
* Delete python bytecode before every test run
* Fix Python 3 version announced in metadata
* Remove py26 support
* Fix the parameter order of assertEqual in ceilometerclient
* Fix Resource.__eq__ mismatch semantics of object equal
* Mon Sep 14 2015 tbechtold@suse.com
- update to 1.5.0:
* add limit support
* do not generate meter links on resource-list
* refactor: move 'repeat_actions' to common args
* Support alarm-event-{create,update}
* Use new location of subunit2html
* Updated from global requirements
* Don't try to get aodh endpoint if auth_url didn't provided
* Updated from global requirements
* tenant_id not required with keystone v3
* Updated from global requirements
* Add support for client redirecting to aodh endpoint if available
* Updated from global requirements
* Updated from global requirements
* Fix unit tests failing caused by new Mock release
* Updated from global requirements
* Add ceilometerclient support for api-no-pipeline
* Change default values from [] to None
* Typo: Show an sample => Show a sample
* Add alarm severity in alarm-history output
* Updated from global requirements
* Explicit error for wrong resource metadata format
* Removes whitespace from CLI queries
* Add capability for creating array of samples
* Updated from global requirements
* Drop use of 'oslo' namespace package
* Pass OS_* env vars fix for tox 2.0
* Catch missing 404 exceptions in client
* Use oslo_utils instead of deprecated oslo.utils
* [unittest] Increase client and shell modules cover
* Fix alarm-evaluator can't start when ssl was enabled
* Updated from global requirements
* Updated from global requirements
* remove useless event unit test code
* Allow changing project-id and user-id by alarm-threshold-update
* move capabilities ut code to unit dir
* show raw details of event
* Uncap library requirements for liberty
* update README.rst to help release process
* Add timeout for keystoneclient session
* add region_name to auth plugin parameters
* Added missing ceilometer CLI tests
* Updates examples to reference new sample format
* ceilometerclient insecure argument no longer works
* fix client docstring
* Add CLI for Capabilities REST API
* print user friendly error message for alarm update time constraints
* ceilometerclient fails with keystone v3 auth
* Updated from global requirements
* Set auth_plugin in __init__
* support specify user-id when create sample and alarm
* add in missing options
* Add a post_test_hook for gate-run functional tests
* Add cli functional tests from tempest
* alarm: Use new gnocchi aggregation API
* Move unit tests into their own subdirectory
* Add a py34 target for tox
* Fixes bug with Client function not setting up SSL params
* Updated from global requirements
* Enable specified project_id in CLI commands
- Adjust Requires according to requirements.txt
* Wed Jul 29 2015 tbechtold@suse.com
- Unify spec file. Use fedora compatible files macros
* Fri Apr 24 2015 tbechtold@suse.com
- Use %{version} in source
* Thu Apr 23 2015 tbechtold@suse.com
- Switch to version 1.0.13
* Wed Apr 22 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.2.0.post2:
1.2.0
* update README.rst to help release process
* Sat Apr 18 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.1.0.post4:
* Uncap library requirements for liberty
* Fri Apr 17 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.1.0.post2:
1.1.0
* Add CLI for Capabilities REST API
* print user friendly error message for alarm update time constraints
* Wed Apr 15 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.0.13.post29:
* Add timeout for keystoneclient session
* add region_name to auth plugin parameters
* ceilometerclient insecure argument no longer works
* Fri Apr 10 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.0.13.post25:
* fix client docstring
* Wed Apr 08 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.0.13.post23:
* ceilometerclient fails with keystone v3 auth
* Thu Mar 26 2015 cloud-devel@suse.de
- Update to version python-ceilometerclient-1.0.13.post22:
* alarm: Use new gnocchi aggregation API