4c42f5052678539648a1051a526b82ab95269a2b
When creating sample without parameter "meter_name" in ceilometer CLI, The result is 'counter_name' ,the parameter "meter_name"(i.e.counter_name) isrequired,but it is not in the help messages of "ceilometer sample-create". Change-Id: I17ee19354b51cd5095677438359d036783d82b15 Closes-bug: #1267378
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