Go to file
Srinivas Sakhamuri 4d3651dd89 Fix improper parameter setup for cacert and client certs
The client passes cacert incorrectly, CA cert need to be passed
in verify parameter to requests library. Also at present, key file
is not being used, which if it is supplied need to be passed as a
tuple in cert parameter

Python requests library relevant doc link
http://docs.python-requests.org/en/latest/user/advanced/#ssl-cert-verification

Change-Id: Ie71e760bce6a78ed1444373adfa0a133e82ec434
Closes-Bug: 1408372
2015-01-15 18:22:02 +00:00
2014-10-02 15:10:45 +00:00
2012-12-05 14:02:19 -08:00
2013-06-30 22:40:55 -07:00
2012-11-09 12:52:21 +11:00
2013-05-23 09:45:27 +10:00
2013-05-18 09:40:15 -07:00
2014-02-20 00:41:10 +01:00
2014-06-11 16:41:57 +08:00
2014-11-13 00:51:40 +08: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/.

Description
RETIRED, OpenStack Telemetry (Ceilometer) Client
Readme 6.8 MiB