yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21610
[Bug 1370769] Re: Ensure all metadata definition code uses six.itertypes
** Changed in: glance
Assignee: (unassigned) => Pawel Skowron (pawel-skowron)
** Changed in: python-glanceclient
Assignee: (unassigned) => Pawel Skowron (pawel-skowron)
** Changed in: glance
Status: New => In Progress
** Changed in: python-glanceclient
Status: New => Invalid
** Changed in: python-glanceclient
Status: Invalid => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1370769
Title:
Ensure all metadata definition code uses six.itertypes
Status in OpenStack Image Registry and Delivery Service (Glance):
In Progress
Status in Python client library for Glance:
In Progress
Bug description:
Similar to https://review.openstack.org/#/c/95467/
According to https://wiki.openstack.org/wiki/Python3 dict.iteritems()
should be replaced with six.iteritems(dict).
All metadata definition code added should ensure that six.iteritems is
used.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1370769/+subscriptions
References