python-novaclient/novaclient
yanghuichan 0fe136a9e0 Replace six.itervalues() with dict.values() in python-novaclient
1.As mentioned in [1], we should avoid using six.itervalues
  to achieve iterators. We can use dict.values instead, as it
  will return iterators in PY3 as well. And dict.values will
  more readable.
2.In py2, the performance about list should be negligible,
  see the link [2].

[1] https://wiki.openstack.org/wiki/Python3#Common_patterns
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I77df96b09fc0b66449339a474ac725edb890c0bc
2017-08-04 17:32:35 +08:00
..
tests Merge "Allow tuple as for nics value" 2017-07-27 18:27:00 +00:00
v2 Replace six.itervalues() with dict.values() in python-novaclient 2017-08-04 17:32:35 +08:00
__init__.py Microversion 2.53 - services and hypervisors using UUIDs 2017-07-26 09:04:19 -04:00
api_versions.py Removed extra word 'method' from the NOTE 2017-07-07 05:30:28 +00:00
base.py Merge "Fixed the __ne__ implementation in base.Resource" 2016-12-21 01:24:06 +00:00
client.py Fix setting 'global_request_id' in SessionClient 2017-06-13 12:15:39 -04:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Make _console() public 2017-01-18 09:36:43 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Make --profile load from environment variables 2017-06-19 13:37:51 +07:00
utils.py Remove custom autodoc implementation 2017-07-12 15:13:04 +01:00