From 34e0f86210998d83459f739a9ffd78e06b4d0b64 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 12 Mar 2013 16:26:26 +0000 Subject: Switch to final 1.1.0 oslo.config release Fixes bug #1128256 oslo.config has now been released to PyPI in time for Grizzly RC1 so we can switch to using it directly. Change-Id: I655f831718ae5f4e25e941ee206fe195214a9a91 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 88d987c6b..3dd8c79a1 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -27,4 +27,4 @@ python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 stevedore>=0.7 websockify<0.4 -http://tarballs.openstack.org/oslo-config/oslo.config-1.1.0b1.tar.gz#egg=oslo.config +oslo.config>=1.1.0 -- cgit