From: Mark McLoughlin Date: Wed, 22 May 2013 11:35:57 +0000 (+0100) Subject: Require oslo.config 1.2.0a2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8da2fb7c562323e16a574b09a0a3a77ea8a94fa3;p=openstack-build%2Fneutron-build.git Require oslo.config 1.2.0a2 Fixes bug #1182662 Commit 362bd7f switched us from using 'QUOTA' as a config file section name to using 'quota'. This broke backwards compatibility support for 'QUOTA' because the version of oslo.config that has that compat support had not yet been released. The gory details are summarized here: http://lists.openstack.org/pipermail/openstack-dev/2013-May/009448.html Change-Id: I7826087147e0713edaaea85a72283998295e2281 --- diff --git a/tools/pip-requires b/tools/pip-requires index c6b2cce7b..5c6384fed 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -18,7 +18,7 @@ sqlalchemy>=0.7.8,<=0.7.99 WebOb>=1.2 python-keystoneclient>=0.2.0 alembic>=0.4.1 -oslo.config>=1.1.0 +http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config # Cisco plugin dependencies python-novaclient