
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
Glance
Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.
Use the following resources to learn more:
Description
Languages
Python
99.9%