Don't duplicate ordereddict in glance

Bug #1229569 reported by Mark Washenberger
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
Medium
Thomas Leaman

Bug Description

In order to release Havana without modifying global requirements, it was necessary to manually copy the MIT licensed code for python ordereddicts into glance.

Let's remove that duplication in favor of using python-ordereddict as a dependency on affected systems (python 2.6).

Changed in glance:
milestone: none → icehouse-1
importance: Undecided → Medium
status: New → Triaged
Changed in glance:
assignee: nobody → Thomas Leaman (thomas-leaman)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/48475
Committed: http://github.com/openstack/glance/commit/4e7c8e6d553e9d187b6c7f6eb284b4b7d63cfd74
Submitter: Jenkins
Branch: master

commit 4e7c8e6d553e9d187b6c7f6eb284b4b7d63cfd74
Author: Thomas Leaman <email address hidden>
Date: Thu Sep 26 15:34:13 2013 +0000

    Use packaged version of ordereddict

    Removes the need for ordereddict source to exist in the project.
    Uses collections.OrderedDict for python2.7 and above and falls
    back to ordereddict.OrderedDict for python2.6

    Fixes bug 1229569

    Change-Id: Iaf8b500d7b340f370df239bfe9ab0656575dc93b

Changed in glance:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in glance:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in glance:
milestone: icehouse-1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.