From 43b7f22b30244114f809e4c3b44dc337cade95f1 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Wed, 19 Jun 2013 09:46:20 -0600 Subject: Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements. See bug #1189889. Change-Id: Id0dae9cea96ee779bc94a095d1ec5d046f2b39b4 Fixes: bug #1189889 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c10862581..298c6b2c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ d2to1>=0.2.10,<0.3 -pbr>=0.5,<0.6 +pbr>=0.5.16,<0.6 SQLAlchemy>=0.7.8,<0.7.99 Cheetah>=2.4.4 amqplib>=0.6.1 @@ -30,4 +30,4 @@ python-keystoneclient>=0.2.0 six stevedore>=0.9 websockify<0.4 -oslo.config>=1.1.0 +http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config-1.2.0a2 -- cgit