Comment 7 for bug 1648207

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: Bug in Python API "!=" doesn't behave as expected for versioned objects

What version of novaclient?

This is the base class for novaclient resource objects:

https://github.com/openstack/python-novaclient/blob/master/novaclient/base.py#L118

And it implements __eq__:

https://github.com/openstack/python-novaclient/blob/master/novaclient/base.py#L202