[openstack-dev] [requirements] Review request for adding ordereddict

Paul Bourke pauldbourke at gmail.com
Mon Sep 16 16:34:52 UTC 2013


Hi all,

I've submitted https://review.openstack.org/#/c/46474/ to add
ordereddict to openstack/requirements.

The reasoning behind the change is that we want ConfigParser to store
sections in the order they're read, which is the default behavior in
py2.7[1], but it must be specified in py2.6.

The following two Glance features depend on this:

https://review.openstack.org/#/c/46268/
https://review.openstack.org/#/c/46283/

Can someone take a look at this change?

Thanks,
-Paul

[1] http://docs.python.org/2/library/configparser.html#ConfigParser.RawConfigParser



More information about the OpenStack-dev mailing list