← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: glance
     Importance: Undecided
         Status: New

** Affects: python-glanceclient
     Importance: Undecided
         Status: New

** Also affects: python-glanceclient
   Importance: Undecided
       Status: New

-- 
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):
  New
Status in Python client library for Glance:
  New

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


Follow ups

References