yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15881
[Bug 1273803] Re: The pci manager try to modify the pci device list
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-1
--
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/1273803
Title:
The pci manager try to modify the pci device list
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Currently the ObjectList is mostly immutable, i.e. although the items
in the list is changable, but the list itself should not be add or
remove.
However the PCI manager use a ObjectList to track all the devices in
the host and may add/remove, this is not correct. We should not use
the Object List but a simple list to track all the devices.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1273803/+subscriptions
References