yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51882
[Bug 1361683] Re: Instance pci_devices and security_groups refreshing can break backporting
Since the bug reporter hasn't provided the information requested by
Sean, closing it for now. Feel free to reopen the bug by providing the
requested information and set the bug status back to ''New''.
** Changed in: nova
Status: Incomplete => Invalid
--
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/1361683
Title:
Instance pci_devices and security_groups refreshing can break
backporting
Status in OpenStack Compute (nova):
Invalid
Bug description:
In the Instance object, on a remotable operation such as save(), we
refresh the pci_devices and security_groups with the information we
get back from the database. Since this *replaces* the objects
currently attached to the instance object (which might be backlevel)
with current versions, an older client could get a failure upon
deserializing the result.
We need to figure out some way to either backport the results of
remoteable methods, or put matching backlevel objects into the
instance during the refresh in the first place.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1361683/+subscriptions
References