Changelog for
python-ceilometerclient-1.0.10-1.1.noarch.rpm :
Mon Apr 14 14:00:00 2014 dmuellerAATTsuse.com
- update to 1.0.10:
* Ensure statistics aggregates are ordered with parameterized first
* Implementation of statistics aggregators
* Adds alarm time constraint support to ceilometer CLI
* Updated from global requirements
* Fix temporary pypy gate issue with setuptools
* Add complex query support for alarm history
* Add complex query support for alarms
* Checking the type of auth_token, and fixing it if necessary
* Deprecate \'alarm-update\'
* Add complex query support for samples
* test created virtual env directory should git ignored
* Updated from global requirements
* Updated from global requirements
* py3kcompat: remove in python-ceilometerclient
* Python 3 compatibility
* Fix a typo in a comment in v2 client
* test_url_generation_with_proxy: do not use contextlib.nested()
* Ensure url sent to proxy don\'t have redundant /
* Remove unused mock in v2/test_shell.py
* fix help message of deprecated command
* Sync with Oslo
* Python 3: fix format_nested_list_of_dict()
* Remove tox locale overrides
* Improve help strings
Thu Mar 27 13:00:00 2014 dmuellerAATTsuse.com
- switch back to released version (1.0.9)
Thu Mar 27 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.39.gb99547b:
* Adds alarm time constraint support to ceilometer CLI
Wed Mar 26 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.37.g53d5a22:
* Add complex query support for alarm history
* Add complex query support for alarms
Sat Mar 22 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.33.g43bb64f:
* Updated from global requirements
* Deprecate \'alarm-update\'
Fri Mar 21 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.30.gdd048f8:
* Fix temporary pypy gate issue with setuptools
* Checking the type of auth_token, and fixing it if necessary
* Add complex query support for samples
* fix help message of deprecated command
Tue Mar 4 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.23.g3e8045c:
* test created virtual env directory should git ignored
* Updated from global requirements
Thu Feb 27 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.20.gf7f145c:
* Updated from global requirements
* py3kcompat: remove in python-ceilometerclient
Sat Feb 22 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.17.g5b4563d:
* Python 3 compatibility
Fri Feb 21 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.15.g98a28a0:
* Improve help strings
Thu Feb 20 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.13.g02d9cea:
* Fix a typo in a comment in v2 client
* test_url_generation_with_proxy: do not use contextlib.nested()
Sun Feb 16 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.10.g97957ea:
* Remove unused mock in v2/test_shell.py
* Remove tox locale overrides
Fri Feb 14 13:00:00 2014 cloud-develAATTsuse.de
- Update to version python-ceilometerclient-1.0.9.6.g85c80f0:
* Ensure url sent to proxy don\'t have redundant /
Tue Feb 11 13:00:00 2014 speilickeAATTsuse.com
- Update to version python-ceilometerclient-1.0.9.5.g0eed59f:
* Sync with Oslo
* Python 3: fix format_nested_list_of_dict()
1.0.9
- Replace git_tarballs source service with download_files and set_version
+ Use upstream URL as source (enables verification)
- Fix requirements
Wed Jan 29 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.60:
+ Raise traceback on error when using CLI and -debug
+ Update client to display data type of traits
+ Remove unused import for print_function
+ Modify ceilometer client cmd line help info
Tue Jan 28 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.52:
+ Fix typos picked up by misspellings
+ Using common methods from oslo cliutils
+ return sample info when creating sample with CLI
+ Remove print debugs statements.
+ Remove ununsed httplib2 requirement
Sat Jan 25 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.42:
+ Avoid discarding alarm-threshold-create --query option
Fri Jan 24 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.40:
+ replace assertTrue(isinstance) to assertIsInstance
+ Using common method \'bool_from_string\' from oslo strutils
+ abbreviating --meter-name to -m in alarm commands
+ Replace inheritance hierarchy with composition
+ Add support for groupby in statistics for API v2
+ Enable hacking H233 rule
Mon Jan 20 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.28:
+ Remove dependencies on pep8, pyflakes and flake8
Sat Jan 18 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.26:
+ fix optional parameter of creating sample
Fri Jan 17 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.24:
+ Remove unused imports
Thu Jan 16 13:00:00 2014 dmuellerAATTsuse.com
- fix requires
Thu Jan 16 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.22:
+ Python 3: fix test_sample_list
+ client looking at wrong cacert argument name
+ Supports bash_completion for ceilometerclient
Tue Jan 14 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.16:
+ Support the Event API
Fri Jan 10 13:00:00 2014 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.15:
+ Fix the ceilometerlient log curl request incorrectly
+ Use Resource() class from common Oslo code
Fri Dec 20 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.12:
+ Python 3: use six.moves.zip() rather than itertools.izip()
Wed Dec 18 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.11:
+ Fix alarm-combination-update operator argument
+ Display message on HTTP 400
Sun Dec 15 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.8:
+ Encode exception on ceilometer-client for UnicodeDecodeError
+ Update .gitignore
Fri Dec 13 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.4:
+ Improve description of some commands
+ Updates tox.ini to use new features
Thu Dec 12 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.8.1:
+ Updated from global requirements
Tue Dec 3 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.7.4:
+ Change OpenStack Metering to OpenStack Telemetry
+ sync with oslo-incubator
+ Add HTTP proxy support to ceilometer client
Thu Nov 28 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.40:
+ Allow specifying a timestamp when creating a sample
+ Allow alarm-threshold-update to upate generic attributes
Tue Nov 26 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.36:
+ Enable pep8 E711/E712/E721/H302 checking
Mon Nov 25 13:00:00 2013 dmuellerAATTsuse.com
- switch to python-setuptools
Sat Nov 23 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.35:
+ Ensure basic logging config is applied
+ Avoid reset of repeat_actions attribute on alarm update
+ Enable pep8 E121/E122/E123 checking
+ Enable pep8 E128 checking
Fri Nov 22 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.29:
+ Add six to requirements.txt
+ Support building wheels (PEP-427)
Fri Nov 15 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.26:
+ Updated from global requirements
Thu Oct 31 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.25:
+ Ceilometer UnicodeEncodeError when update or show alarm fix
Tue Oct 29 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.24:
+ Adds the \'limit\' parameter to sample list command in V2 API
Tue Oct 29 13:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.23:
+ update oslo libraries
+ add cliutils from oslo-incubator
+ Fix order of sample list
Sat Oct 26 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.20:
+ Updated from global requirements
+ Fix cacert argument to HTTPS connection
Thu Oct 24 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.17:
+ Updated from global requirements
Tue Oct 22 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.16:
+ Updated from global requirements
+ Updated from global requirements
+ Replace mox3 with mock in unit test
Fri Oct 18 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.11:
+ Fix missed Pep8 error with 1.4.6
Thu Oct 17 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.10:
+ Replace mox with mox3
Wed Oct 16 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.6.9:
+ Import six.StringIO
+ Fix module importing issues for Python 3
+ Translate print statement to print function
+ Use six.iteritems() for dict
+ Import urlutils to substitute urllib
+ replace dict.keys() with list(dict)
+ Replace unicode() with six.u()
+ replace basetring/xrange
+ align the order of parameters for urlencode()
Tue Oct 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.5.12:
+ Allow to update an alarm partially
+ Fix shell.do_alarm_get_state to get as opposed to set
+ Use standard CLI object-verb ordering for alarm-{g|s}set-state
+ Updated from global requirements
+ Added support to --os-cacert
+ Add support for new alarm-history command
Mon Sep 30 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.5.2:
+ Help messages: specify which options are required
Thu Sep 26 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.5.1:
+ Improve the CM shell client alarm visualisation
Tue Sep 24 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.3.11:
+ Use the new alarm format
+ Replace OpenStack LLC with OpenStack Foundation
+ Pass region_name argument to keystone client
Wed Sep 18 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.3.6:
+ Use global openstack requirements
+ Adding missing \'statistic\' field to alarm-show
Wed Sep 11 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.3.4:
+ Fix a typo in \"sample-create\" help message
+ alarm: rename counter_name to meter_name
Fri Sep 6 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.3.1:
+ Added support for running the tests under PyPy with tox
Sat Aug 10 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.2.10:
+ Add support for new alarm repeat_actions attribute
Thu Aug 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.2.8:
+ Updated from global requirements
Tue Jul 16 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.1.9:
+ Rename README.md to README.rst
Sun Jul 14 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.1.8:
+ Relax OpenStack upper capping of client versions
Fri Jul 12 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.1.7:
+ Allow Keystoneclient 0.3.x
+ Add matching_metadata to the allowed attributes
Fri Jul 12 14:00:00 2013 dmuellerAATTsuse.com
- remove requirements-update.diff
Wed Jul 10 14:00:00 2013 dmuellerAATTsuse.com
- add requirements-update.diff
Mon Jul 8 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.1.4:
+ Sync install_venv_common from oslo
Fri Jul 5 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.1.3:
+ requirements.txt is not configured properly
Thu Jul 4 14:00:00 2013 opensuse-cloudAATTopensuse.org
- Update to version 1.0.1.1:
+ Move tests to ceilometerclient.
Thu Jun 27 14:00:00 2013 speilickeAATTsuse.com
- Only depend on python-discover on SLE, it\'s a Python-2.6 feature
backport
Wed Jun 12 14:00:00 2013 dmuellerAATTsuse.com
- fix test requires
Mon May 27 14:00:00 2013 dmuellerAATTsuse.com
- python-pbr/d2to1 requires
Fri May 3 14:00:00 2013 dmuellerAATTsuse.com
- remove 0001-Sync-requirements-with-openstack-common-requirements.patch
Thu Apr 25 14:00:00 2013 dmuellerAATTsuse.com
- add 0001-Sync-requirements-with-openstack-common-requirements.patch
Thu Apr 4 14:00:00 2013 dmuellerAATTsuse.com
- fix requires
Thu Apr 4 14:00:00 2013 berendtAATTb1-systems.de
- created initial version (1.0.0.1)