python-openstackclient/openstackclient/volume/v2
lihaijing d15bbada73 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

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I4b9edb326444264c0f6c4ad281acaac356a07e85
Implements: blueprint replace-iteritems-with-items
2020-01-09 18:41:29 +09:00
..
__init__.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
backup_record.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
consistency_group.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
consistency_group_snapshot.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
qos_specs.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
service.py translate all command help strings 2016-11-17 02:33:42 +00:00
volume.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
volume_backend.py Add volume backend pool list command 2018-10-09 15:56:58 -05:00
volume_backup.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
volume_host.py Add "volume host set" command 2016-11-25 05:21:00 +08:00
volume_snapshot.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
volume_transfer_request.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
volume_type.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00