Files
python-cinderclient/cinderclient
Rui Chen eb1cddbc28 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: I187032e5630ac47a4f54db5058dbf9b6e15eba6d
Closes-Bug: #1499369
2016-03-01 08:47:25 +00:00
..
2014-02-12 10:18:09 -06:00
2016-01-27 15:11:41 -06:00
2016-02-24 13:46:39 -06:00