nova/nova/pci
Spencer Yu 70730c09ab [2/3]Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

The patch list:
    1. cells.
    2. compute api.
    3. image.
    4. network.
    5. objects.
    6. scheduler.
    7. virt.
    8. other resources.

Partial-Implements: blueprint replace-iteritems-with-items

Change-Id: Ic6e469eb80ee1774de1374bb36f38b5134b6b311
2017-01-09 09:11:00 +00:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
devspec.py Enhance PCI passthrough whitelist to support regex 2016-12-11 00:53:14 +02:00
manager.py Fix crashing during guest config with pci_devices=None 2016-12-09 13:23:44 -08:00
request.py Fix pci_alias that include white spaces 2016-12-02 02:42:30 +00:00
stats.py [2/3]Replace six.iteritems() with .items() 2017-01-09 09:11:00 +00:00
utils.py [2/3]Replace six.iteritems() with .items() 2017-01-09 09:11:00 +00:00
whitelist.py Don't parse PCI whitelist every time neutron ports are created 2016-11-04 14:23:40 +00:00