nova/nova
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
..
CA Make tests use sha256 as openssl default digest algorithm 2015-02-09 10:06:04 -05:00
api Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
cells Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
cert Update rpc version aliases for kilo 2015-04-21 13:57:56 +08:00
cloudpipe Move policy enforcement into REST API layer for v2.1 cloudpipe 2015-02-26 21:33:47 +08:00
cmd Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
compute Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
conductor Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
console Merge "Update rpc version aliases for kilo" 2015-04-27 13:17:34 +00:00
consoleauth Update rpc version aliases for kilo 2015-04-21 13:57:56 +08:00
db Merge "Replace dict(obj.iteritems()) with dict(obj)" 2015-05-22 18:07:55 +00:00
hacking hacking: remove unused variable author_tag_re 2015-05-10 18:53:45 +08:00
image Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
ipv6 Replace usage of LazyPluggable by stevedore driver 2015-02-17 14:49:48 +00:00
keymgr Switch to uuidutils from oslo_utils library 2015-02-25 20:05:49 -05:00
locale Imported Translations from Transifex 2015-05-02 06:19:07 +00:00
network Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
objects Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
objectstore Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
openstack sync oslo: service child process normal SIGTERM exit 2015-04-23 10:40:34 -04:00
pci Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
rdp Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
scheduler Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
servicegroup servicegroup: remove get_all method never used as public 2015-05-07 03:50:05 -04:00
spice Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
storage Fix multipath device discovery when UFN is enabled. 2015-04-02 13:23:49 +01:00
tests Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
virt Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
vnc Use oslo.log 2015-02-22 07:56:40 -05:00
volume Fix raise syntax for Python 3 2015-05-13 11:26:35 +02:00
wsgi Helper scripts for running under Apache2 2015-05-08 09:59:58 -04:00
__init__.py
availability_zones.py Replace dict(obj.iteritems()) with dict(obj) 2015-05-21 08:35:37 -07:00
baserpc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
block_device.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
config.py Disable oslo_messaging debug logging 2015-03-19 11:23:05 -07:00
context.py Stop spamming logs when creating context 2015-03-13 17:59:47 -04:00
crypto.py Merge "Fixes X509 keypair creation failure" 2015-04-29 19:05:38 +00:00
debugger.py Use oslo.log 2015-02-22 07:56:40 -05:00
exception.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
filters.py Use oslo.log 2015-02-22 07:56:40 -05:00
hooks.py Use oslo.log 2015-02-22 07:56:40 -05:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
loadables.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
manager.py Use oslo.log 2015-02-22 07:56:40 -05:00
netconf.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
notifications.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
paths.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
policy.py Add useful debug logging when policy checks fail 2015-02-23 16:44:04 -05:00
quota.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
rpc.py Merge "Ensure publisher_id is set correctly in notifications" 2015-02-10 04:50:54 +00:00
safe_utils.py Avoid indexing into an empty list in getcallargs 2015-04-10 13:10:16 -04:00
service.py Convert service and servicegroup to objects 2015-04-13 19:05:55 +02:00
test.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
utils.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
version.py Merge "remove duplicate calls to cfg.get()" 2015-03-18 19:13:55 +00:00
weights.py Skip only one host weight calculation 2015-05-05 11:40:09 +08:00
wsgi.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00