Cady_Chen 51fe944449 Replace six.iteritems(iter) with iter.items()
As mentioned in [1], we should avoid using six.iteritems(iter) to
achieve iterators. We can use iter.items() instead, as it will
return iterators in PY3 as well.

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ieadd5fa69b3f6058c0641a5b96ef3e8e1e3f6cc2
2016-12-14 11:13:20 +08:00
..
2016-02-25 12:12:14 -08:00
2016-09-28 18:17:14 +03:00
2016-09-12 11:16:33 -07:00
2016-09-12 11:16:33 -07:00
2016-10-11 11:33:37 -07:00
2016-06-21 13:12:43 +00:00
2016-03-28 11:03:08 +01:00