Tags: lexholden/python-ceilometerclient
Tags
python-ceilometerclient 1.0.9 Includes the following changes: * Modify ceilometer client cmd line help info * Remove unused import for print_function * Remove ununsed httplib2 requirement * Update client to display data type of traits * Using common methods from oslo cliutils * Avoid discarding alarm-threshold-create --query option * Fix typos picked up by misspellings * return sample info when creating sample with CLI * Enable hacking H233 rule * Using common method 'bool_from_string' from oslo strutils * Raise traceback on error when using CLI and -debug * Remove print debugs statements. * replace assertTrue(isinstance) to assertIsInstance * Add support for groupby in statistics for API v2 * Remove dependencies on pep8, pyflakes and flake8 * Replace inheritance hierarchy with composition * fix optional parameter of creating sample * abbreviating --meter-name to -m in alarm commands * Remove unused imports * Support the Event API * Python 3: fix test_sample_list * Use Resource() class from common Oslo code * client looking at wrong cacert argument name * Supports bash_completion for ceilometerclient * Fix the ceilometerlient log curl request incorrectly * Python 3: use six.moves.zip() rather than itertools.izip() * Display message on HTTP 400 * Fix alarm-combination-update operator argument * Improve description of some commands * Updates tox.ini to use new features * Updated from global requirements * Update .gitignore * Encode exception on ceilometer-client for UnicodeDecodeError
python-ceilometerclient 1.0.7 Includes the following changes: * Allow alarm-threshold-update to upate generic attributes * Enable pep8 E711/E712/E721/H302 checking * Enable pep8 E128 checking * Enable pep8 E121/E122/E123 checking * Allow specifying a timestamp when creating a sample * Avoid reset of repeat_actions attribute on alarm update * Ensure basic logging config is applied * Support building wheels (PEP-427) * Add six to requirements.txt * Updated from global requirements * Ceilometer UnicodeEncodeError when update or show alarm fix * Adds the 'limit' parameter to sample list command in V2 API * Fix order of sample list * add cliutils from oslo-incubator * update oslo libraries * Updated from global requirements * Fix cacert argument to HTTPS connection * Updated from global requirements * Replace mox3 with mock in unit test * Updated from global requirements * Fix missed Pep8 error with 1.4.6 * Updated from global requirements * Replace mox with mox3 * align the order of parameters for urlencode() * replace basetring/xrange * Replace unicode() with six.u() * replace dict.keys() with list(dict) * Import urlutils to substitute urllib * Use six.iteritems() for dict * Translate print statement to print function * Fix module importing issues for Python 3 * Import six.StringIO
python-ceilometerclient 1.0.6 Includes the following changes: * Add support for new alarm-history command * Use standard CLI object-verb ordering for alarm-{g|s}set-state * Fix shell.do_alarm_get_state to get as opposed to set * Updated from global requirements * Allow to update an alarm partially * Added support to --os-cacert * Help messages: specify which options are required * Improve the CM shell client alarm visualisation