diskimage-builder/elements/svc-map/extra-data.d
Luong Anh Tuan 29d50bc69b Replace six.iteritems() with .items()
We should avoid using six.iteritems/keys achieve iterators. We can use
dict.items/keys instead, as it will return iterators in PY3 as well.
And dict.items/keys will more readable.

In py2, the performance about list should be negligible, see
https://wiki.openstack.org/wiki/Python3 and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I6353f0a1b423c6dbd0c71343f7919fd0de440e34
2016-11-23 12:03:05 +00:00
..
10-merge-svc-map-files Replace six.iteritems() with .items() 2016-11-23 12:03:05 +00:00
11-copy-svc-map-file svc-map: do not specify user/group for install 2015-09-07 17:04:03 +02:00