nova/nova/virt
Victor Stinner 68f6f080b2 Replace dict.iteritems() with six.iteritems(dict)
This patch was generated by the sixer tool version 0.2 using the
"iteritems" operation:
https://pypi.python.org/pypi/sixer

Manual changes:

- Don't change get_instance_metadata() in nova/compute/api.py:
  fixed by the change Ifd455e70002eb9636b87f83788384127ba6edeeb.
- Don't change sqlalchemy code and
  nova/tests/unit/db/test_db_api.py. sqlalchemy objects cannot be
  converted to a dictionary using dict(obj) directly yet. It will be
  possible with the change I702be362a58155a28482e733e60539d36c039509.
- Revert change in a comment in nova/objects/instance.py; the sixer tool
  is limited and don't understand comments
- Reformat nova/virt/vmwareapi/driver.py to respect the 80 columns
  contraint

Blueprint nova-python3
Change-Id: I81465661cb8a74778d70ba9b6641073f1effa49b
2015-05-22 11:33:18 -07:00
..
disk Merge "Handle return code 2 from blkid calls" 2015-05-11 18:43:56 +00:00
hyperv Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
ironic Merge "Ironic: Fix delete instance when spawning" 2015-05-21 18:09:44 +00:00
libvirt Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
vmwareapi Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
xenapi Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
block_device.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
configdrive.py Compute: update config drive settings on instance 2015-03-04 08:46:43 -08:00
diagnostics.py Diagnostics: add validation for types 2014-08-05 01:49:17 -07:00
driver.py Merge "remove the CONF.allow_migrate_to_same_host" 2015-04-23 13:46:28 +00:00
event.py Add 'suspended' lifecycle event 2015-04-03 03:59:20 +03:00
fake.py Drop L from literal integer numbers for Python 3 2015-05-11 11:15:33 +02:00
firewall.py Switch nova.virt.* to use the object dot notation 2015-03-03 08:08:16 -05:00
hardware.py Fix missing the cpu_pinning request 2015-03-26 21:36:35 +08:00
imagecache.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
images.py Merge "virt: Fix images test interaction" 2015-03-04 01:24:45 +00:00
interfaces.template Fixes interfaces template identification issue 2014-12-07 17:52:34 +02:00
netutils.py Replace iter.next() with next(iter) 2015-05-13 11:17:05 +02:00
storage_users.py Use oslo.log 2015-02-22 07:56:40 -05:00
virtapi.py Deprecate and remove agent_build_get_by_triple() 2014-06-25 07:18:19 -07:00
volumeutils.py Cache empty results in libvirt get_volume_connector 2014-12-30 20:59:52 +01:00
watchdog_actions.py Add watchdog device support to libvirt driver 2014-03-03 14:59:58 -05:00