nova/nova/virt/vmwareapi
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 VMware: delete the driver VMwareESXDriver 2014-10-20 23:45:58 -07:00
constants.py VMware: Update supported OS types for ESX 6.5 2016-12-22 19:28:17 +00:00
driver.py Add context param to confirm_migration virt call 2016-11-19 05:49:08 +08:00
ds_util.py VMware: Use datastore copy when the image is already in vSphere 2016-03-25 11:12:47 +02:00
error_util.py VMware: clean up exceptions 2015-07-15 08:16:46 -07:00
host.py objects: Move 'vm_mode' to 'fields.VMMode' 2016-11-25 16:19:44 +00:00
imagecache.py config options: Centralise 'virt.imagecache' options 2016-03-30 12:47:53 +01:00
images.py [2/3]Replace six.iteritems() with .items() 2017-01-09 09:11:00 +00:00
network_util.py use the HostPortGroupSpec.vswitchName instead of HostPortGroup.vswitch.split 2016-08-04 12:22:52 +00:00
vif.py Merge "config options: Centralize vmware section" 2016-04-06 14:02:23 +00:00
vim_util.py [2/3]Replace six.iteritems() with .items() 2017-01-09 09:11:00 +00:00
vm_util.py [2/3]Replace six.iteritems() with .items() 2017-01-09 09:11:00 +00:00
vmops.py Merge "Using get() method to prevent KeyError" 2016-11-26 10:19:42 +00:00
volumeops.py config options: Centralize vmware section 2016-04-04 16:41:29 +00:00