22212491c6a1acd9b9d9a17b02e5bd0a8f1f0d4f
Fixes bug 1252775 Previously the CLI emitted an obscure message related to logging config when a API call failure was encountered without the --debug flag being set: No handlers could be found for logger "ceilometerclient.common.http" Now we always set the basic logging config with serverity level of warning at least, so as to give the user a more friendly and less confusing error message. Change-Id: I5c6e70e97defca49ca62346f90190935646ff383
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