deb-python-openstacksdk/openstack
Kiran_totad 1213ccb00f 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

Change-Id: If5ab2f298e887a90cd43530e3fccc0294412f5c9
2017-06-29 10:08:32 +05:30
..
bare_metal Adjust some proxy method names in bare_metal 2017-02-07 12:42:27 -05:00
block_store Add 'project_id' field to volume resource 2016-12-08 16:32:49 +00:00
cluster Merge "Add cluster support receiver update operation" 2017-06-14 12:33:51 +00:00
compute Add compute support server live migrate operation 2017-06-14 22:26:24 +08:00
database Fix document warnings 2017-04-29 17:32:42 +00:00
identity Port unversioned Version resources to resource2 2017-04-27 16:23:17 -04:00
image Fix update_image unsupported media type 2017-06-07 19:15:40 +05:30
key_manager Refactor Key Manager for resource2 2016-08-24 15:58:51 -04:00
load_balancer Introduce Base for Octavia (load balancing) 2017-04-04 15:02:08 +00:00
message Deprecate Message v1 2017-04-27 13:24:48 +00:00
metric Port metric v1 to resource2 2017-04-27 12:50:52 -04:00
network Merge "Network tag support" 2017-06-14 12:27:12 +00:00
object_store Replace six.iteritems() with .items() 2017-06-29 10:08:32 +05:30
orchestration Port unversioned Version resources to resource2 2017-04-27 16:23:17 -04:00
telemetry Replace six.iteritems() with .items() 2017-06-29 10:08:32 +05:30
tests Add compute support server live migrate operation 2017-06-14 22:26:24 +08:00
workflow Add docs for the workflow service 2017-01-24 12:43:37 -05:00
__init__.py Shift some compute attributes within request body 2017-03-17 02:04:22 -04:00
connection.py Cleanup more Sphinx warnings during doc build 2017-02-08 12:00:30 -05:00
exceptions.py Fix exception parsing error 2017-01-31 01:57:48 -05:00
format.py Remove type=timestamp usages 2016-06-08 16:17:48 -04:00
module_loader.py Keystone auth integration 2015-11-19 19:10:42 -07:00
profile.py Replace six.iteritems() with .items() 2017-06-29 10:08:32 +05:30
proxy.py Privatize session instance on Proxy subclasses 2017-02-15 13:25:33 -05:00
proxy2.py Merge "Deprecate "wait_for" methods on ProxyBase" 2017-02-28 14:28:34 +00:00
resource.py Add QoS minimum bandwidth rule object and CRUD commands. 2016-09-07 08:53:38 +01:00
resource2.py Fix problem with update including id 2017-02-22 08:35:53 -07:00
service_filter.py Relocate alarm service into a submodule 2016-08-10 21:01:42 -04:00
session.py Get endpoint versions with domain scope session 2017-05-05 14:51:26 +08:00
utils.py Adjust some proxy method names in cluster 2017-02-07 12:42:10 -05:00
version.py Move version definition 2016-06-03 09:32:26 -04:00