← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1370769] Re: Ensure all metadata definition code uses six.itertypes

 

I did not find any issues with dict.iteritems in python-glanceclient
part of the bug.

** Changed in: python-glanceclient
       Status: In Progress => Invalid

-- 
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:
  Invalid

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