nova/nova/cmd
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
..
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
all.py Use oslo.log 2015-02-22 07:56:40 -05:00
api.py Use oslo.log 2015-02-22 07:56:40 -05:00
api_ec2.py Use oslo.log 2015-02-22 07:56:40 -05:00
api_metadata.py Use oslo.log 2015-02-22 07:56:40 -05:00
api_os_compute.py Use oslo.log 2015-02-22 07:56:40 -05:00
baseproxy.py Merge "Allow configuring proxy_host and proxy_port in nova.conf" 2015-03-03 22:28:46 +00:00
cells.py Use oslo.log 2015-02-22 07:56:40 -05:00
cert.py Convert service and servicegroup to objects 2015-04-13 19:05:55 +02:00
compute.py Use oslo.log 2015-02-22 07:56:40 -05:00
conductor.py Use oslo.log 2015-02-22 07:56:40 -05:00
console.py Convert service and servicegroup to objects 2015-04-13 19:05:55 +02:00
consoleauth.py Use oslo.log 2015-02-22 07:56:40 -05:00
dhcpbridge.py Removed variables used not in the scope that they are declared 2015-04-29 14:29:20 +03:00
idmapshift.py Adds nova-idmapshift cli utility 2014-08-29 14:52:22 -04:00
manage.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
network.py Use oslo.log 2015-02-22 07:56:40 -05:00
novnc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
novncproxy.py Allow configuring proxy_host and proxy_port in nova.conf 2015-02-23 15:07:11 +00:00
objectstore.py Use oslo.log 2015-02-22 07:56:40 -05:00
scheduler.py Use oslo.log 2015-02-22 07:56:40 -05:00
serialproxy.py Allow configuring proxy_host and proxy_port in nova.conf 2015-02-23 15:07:11 +00:00
spicehtml5proxy.py Allow configuring proxy_host and proxy_port in nova.conf 2015-02-23 15:07:11 +00:00
xvpvncproxy.py Use oslo.log 2015-02-22 07:56:40 -05:00