0a20b227aef4aa5ef67e41e515035d9ba3aaa9cd
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 bindings to the Ceilometer API
This is a client library for Ceilometer built on the Ceilometer API.
It provides a Python API (the ceilometerclient module) and
a command-line tool (ceilometer).
Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.
See release notes and more at http://docs.openstack.org/developer/python-ceilometerclient/.
Description