Go to file
Rui Chen 7c18662e74 Fix Resource.__eq__ mismatch semantics of object equal
The __eq__ of apiclient.base.Resource will return True,
if the two objects have same id, even if they have different
other attributes value. The behavior is weird and don't
match the semantics of object equal. The objects that have
different value should be different objects.
Fix this issue and add some test cases in this patch.

Change-Id: Ieb28aa179bda945686e0d9c2f341c373ce2bab74
Closes-Bug: #1499369
2015-12-01 19:57:15 +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-23 09:45:27 +10:00
2013-05-18 09:40:15 -07:00
2014-02-20 00:41:10 +01:00
2015-09-18 16:42:00 +00: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