Comment 15 for bug 1499369

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-muranoclient (master)

Reviewed: https://review.openstack.org/252220
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=6fc085e78dcf20fc647f7b66ae47cfe2f9d613a9
Submitter: Jenkins
Branch: master

commit 6fc085e78dcf20fc647f7b66ae47cfe2f9d613a9
Author: Rui Chen <email address hidden>
Date: Wed Dec 2 15:02:22 2015 +0800

    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: If31659c503007e08baa0a23485a49a5e5dde8e8b
    Closes-Bug: #1499369