yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26208
[Bug 1378461] Re: nova.objects.network_request.NetworkRequest's version is incorrect
** Changed in: nova
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1378461
Title:
nova.objects.network_request.NetworkRequest's version is incorrect
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
from nova/objects/network_request.py:
class NetworkRequest(obj_base.NovaObject):
# Version 1.0: Initial version
# Version 1.1: Added pci_request_id
VERSION = '1.0'
VERSION should be 1.1, per the comment above it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1378461/+subscriptions
References