python-novaclient/novaclient/v1_1
Alex Gaynor 35e03a92e2 Corrected several usage of keys() for Python 3
Under Python2 dict.keys() returns a list, under Python 3 it returns an
iterator. Some places assumed that if they called keys() then it was
safe to modify the dict in a loop. Corrected this by calling list().

Change-Id: I7638263f288dd20590bd751d09194a919b921545
2013-09-22 09:04:20 -07:00
..
contrib Add support for os-assisted-volume-snapshots 2013-08-31 11:19:18 -04:00
__init__.py Start using Hacking and PyFlakes 2013-06-01 15:49:51 +02:00
agents.py Fix and enable gating on H402 2013-07-17 15:44:05 +02:00
aggregates.py Add AgregatesManager.get() 2013-07-11 14:26:01 -05:00
availability_zones.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
certs.py Make ManagerWithFind abstract and fix its descendants 2013-05-15 21:47:05 +03:00
client.py Merge "Allow tenant ID for authentication" 2013-07-18 21:51:19 +00:00
cloudpipe.py Cleanup unused import 2013-04-17 13:51:37 +00:00
coverage_ext.py Make ManagerWithFind abstract and fix its descendants 2013-05-15 21:47:05 +03:00
fixed_ips.py Make ManagerWithFind abstract and fix its descendants 2013-05-15 21:47:05 +03:00
flavor_access.py Fix and enable gating on H402 2013-07-17 15:44:05 +02:00
flavors.py Add delete method to Flavor class 2013-09-06 08:30:47 +09:00
floating_ip_dns.py python3: Fix imports for py2/py3 2013-08-27 14:50:34 -04:00
floating_ip_pools.py Miscellaneous code cleanup. 2012-04-02 12:27:38 -05:00
floating_ips.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
floating_ips_bulk.py Fix IBM copyright strings 2013-04-02 18:37:27 -04:00
fping.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
hosts.py change 'Host' object's 'host' attribute to 'host_name' 2013-08-09 13:13:25 +08:00
hypervisors.py python3: Fix imports for py2/py3 2013-08-27 14:50:34 -04:00
images.py python3: Fix imports for py2/py3 2013-08-27 14:50:34 -04:00
keypairs.py The 'nova keypair-show key_name' command added. 2013-06-09 23:37:57 +04:00
limits.py python3: Fix imports for py2/py3 2013-08-27 14:50:34 -04:00
networks.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
quota_classes.py Corrected several usage of keys() for Python 3 2013-09-22 09:04:20 -07:00
quotas.py Corrected several usage of keys() for Python 3 2013-09-22 09:04:20 -07:00
security_group_rules.py Merge "Cleanup nova subcommands for security groups and rules" 2013-05-21 07:56:30 +00:00
security_groups.py python3: Fix imports for py2/py3 2013-08-27 14:50:34 -04:00
servers.py New syntax to boot from a block device mapping 2013-09-04 17:12:21 +02:00
services.py Fix and enable gating on H402 2013-07-17 15:44:05 +02:00
shell.py Novaclient shell list command should support a minimal server list 2013-09-20 13:59:14 +00:00
usage.py Fix typo and grammar in docstring only 2013-08-07 04:52:11 +05:30
virtual_interfaces.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
volume_snapshots.py Allow resources to use any field as 'name' 2012-08-08 12:01:40 -07:00
volume_types.py Add support for volume types 2012-02-27 22:46:02 +00:00
volumes.py python3: Fix imports for py2/py3 2013-08-27 14:50:34 -04:00