RETIRED, OpenStack Telemetry (Ceilometer) Client
Go to file
Zhi Kun Liu e5048043e2 Don't expose X-Auth-Token in ceilometer CLI
Ceilometer CLI exposes X-Auth-Token in debug mode. This patch
replaces X-Auth-Token's value with '{SHA1}<sha1oftoken>'. Some
credentials are exposed by keystoneclient as ceilometerclient
uses keystoneclient to authenticate, it will be fixed in bug:
100414.

Change-Id: Ia6364314e4b4d26301f974582c0c2ba34b054c86
Partial-Bug: #1327019
2014-07-18 01:26:50 +00:00
ceilometerclient Don't expose X-Auth-Token in ceilometer CLI 2014-07-18 01:26:50 +00:00
doc/source Remove © and remove unnecessary encoding lines 2014-05-30 17:48:53 +02:00
tools extraneous vim editor configuration comments 2014-04-28 16:21:40 -04:00
.gitignore test created virtual env directory should git ignored 2014-02-28 15:05:23 +00:00
.gitreview Move repository to openstack org. 2012-12-05 14:02:19 -08:00
.testr.conf Move tests to ceilometerclient. 2013-06-30 22:40:55 -07: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
README.rst Rename README.md to README.rst 2013-07-14 21:12:41 +02:00
openstack-common.conf py3kcompat: remove in python-ceilometerclient 2014-02-21 15:22:53 +08:00
requirements.txt Updated from global requirements 2014-06-19 01:12:23 +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 2014-06-19 01:12:23 +00:00
tox.ini Fix hacking rules: H302,H305,H307,H402 2014-06-11 17:32:16 +08:00

README.rst

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/.