RETIRED, OpenStack Telemetry (Ceilometer) Client
Go to file
ZhiQiang Fan fc4c0eb3af Add CLI for Capabilities REST API
Implements blueprint capability-cli

Change-Id: I23fe9c0bc9c27e04e3e0133fc84da7cf1f87321f
2015-04-04 18:05:33 +08:00
ceilometerclient Add CLI for Capabilities REST API 2015-04-04 18:05:33 +08:00
doc Update get_client() parameters with correct variable names 2015-02-05 17:29:16 +11:00
tools sync oslo code 2014-10-02 15:10:45 +00:00
.gitignore Revamp documentation, add module references 2014-08-27 12:03:21 -04:00
.gitreview Move repository to openstack org. 2012-12-05 14:02:19 -08:00
.testr.conf Move unit tests into their own subdirectory 2015-03-13 12:01:04 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
LICENSE Initial Commit 2012-11-09 12:52:21 +11:00
MANIFEST.in Migrate to pbr. 2013-05-23 09:45:27 +10:00
openstack-common.conf Add apiclient to openstack-common.conf 2014-12-26 18:25:13 +08:00
README.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
requirements.txt Updated from global requirements 2015-03-21 00:17:26 +00:00
run_tests.sh Migrate to flake8. 2013-05-18 09:40:15 -07:00
setup.cfg Python 3 compatibility 2014-02-20 00:41:10 +01:00
setup.py Updated from global requirements 2014-06-11 16:41:57 +08:00
test-requirements.txt Updated from global requirements 2015-03-21 00:17:26 +00:00
tox.ini Add cli functional tests from tempest 2015-03-16 15:21:55 +00: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 developer guide. The master repository is in Git.

See release notes and more at http://docs.openstack.org/developer/python-ceilometerclient/.