From 81e2eef87e769ae1112d976750cd094e1b669e13 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 5 Mar 2013 22:25:01 -0500 Subject: Switch to oslo.config. The oslo-config package has been renamed. Switch to the new version. (should fix SmokeStack). Change-Id: I6a0fa803b0076bc5338c996e21bbcef54e1d75cd --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index e4752bcc8..d8b836a29 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 -http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b5.tar.gz#egg=oslo-config +http://tarballs.openstack.org/oslo-config/oslo.config-1.1.0b1.tar.gz#egg=oslo.config -- cgit