cdb8cfa855c041287d618b644134cc33f143698b
The help strings where rather inconsistent in their usage
of '.' and capitalization. Now all strings end with a "." and
are capitalized.
This leads to output like:
--alarm_ids <ALARM IDS>
List of alarm id Required.
Note the missing period before "Required".
Change-Id: I5edf0d4584b7f01d941068818c9dd0d17043ffaa
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