nova/nova/pci
Yunhong Jiang 81f9256747 Remove PciDeviceList usage in pci manager
Pci manager keeps a PciDeviceList and even try to append
object to the list. This is not correct, as the ObjectList
is designed as immutable, although the objects in the list is
mutable. We should simply use a list to keep devices.

Closes-Bug: #1273803

Change-Id: Ie80b6f5f47a1d2d2e20aadb4779be142c17b5b38
2014-03-20 14:14:58 -07:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
pci_manager.py Remove PciDeviceList usage in pci manager 2014-03-20 14:14:58 -07:00
pci_request.py Remove @author from copyright statements. 2014-02-12 05:17:10 +11:00
pci_stats.py Remove vi modelines 2014-02-03 14:19:44 +00:00
pci_utils.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
pci_whitelist.py Remove vi modelines 2014-02-03 14:19:44 +00:00