Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: jiang, yunhong (yunhong-jiang)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => jiang, yunhong (yunhong-jiang)

-- 
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):
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to