Go to file
xialinjuan d6560fb498 change the dict output format to make consistency under py27 and py34
For the command output in ceilometer cli, if it is a dict and it has
items which is list type, originally it won't handle the items in the
list.

As to under py27, the string type in the list is unicode, the string
always look like u"http://alarm", while under py34 the string is
"http://alarm", this cause output inconsistency. This patch will handle
this inconsistency.

Change-Id: I5e7cf4052f68e5a434bcf86242b11365b34750a0
2016-01-14 18:00:33 +08:00
2015-10-21 07:55:06 -04:00
2014-10-02 15:10:45 +00:00
2012-12-05 14:02:19 -08:00
2012-11-09 12:52:21 +11:00
2013-05-18 09:40:15 -07:00
2015-12-03 22:20:58 +00:00
2015-09-18 16:42:00 +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).

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