Go to file
Thomas Goirand 0a20b227ae Merge tag '1.0.9' into debian/unstable
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
2014-03-31 08:40:26 +08:00
2014-01-11 17:13:39 +08:00
2013-11-28 19:39:34 +01:00
2012-12-05 14:02:19 -08:00
2013-06-30 22:40:55 -07:00
2012-11-09 12:52:21 +11:00
2013-05-23 09:45:27 +10:00
2013-07-14 21:12:41 +02:00
2013-05-18 09:40:15 -07:00
2013-10-01 16:14:33 +00:00
2014-01-23 09:14:16 +08:00

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
RETIRED, further work has moved to Debian project infrastructure
Readme 1 MiB