bifrost/playbooks/library
Luong Anh Tuan 9629270987 Replace six.iteritems() with .items()
We should avoid using six.iteritems/keys achieve iterators. We can use
dict.items/keys instead, as it wil l 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: I6f8ee2ed36ed94e2ef8347463f56eed44464a605
2016-11-22 19:47:39 +00:00
..
network_metadata.py Allow management of vlans when specifying mac 2016-09-30 15:15:53 +02:00
os_ironic_facts.py Replace six.iteritems() with .items() 2016-11-22 19:47:39 +00:00