Bo Wang eb2e7c04fe Drop dict.iterkeys() for python3
dict.iterkeys() has been removed in python3, replace it with
dict.keys().
Don't use six.iterkeys(dict). ref:
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ifbb27c748f43155ea1f6b43b718516c3a348daf2
2016-01-20 21:26:28 +08:00
..
2016-01-20 21:26:28 +08:00