Go to file
Roman Vasilets 0b1be90970 Change default values from [] to None
Its well known fact that python default values initialized only once
at the stage if creation function. So if we call function with parameter 
foo=[] as default value and change foo.append("bar") at the next call of 
the function default value would be ["bar"]. It will save.

Change-Id: Iba9e55bc2d4dfd811ce7d068b6a9cceae7c000d6
2015-06-25 15:31:09 +00: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-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
2015-05-29 12:47:32 -04: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.8 MiB