From d26581d93945c8a44212e98508c26ff71b10f05e Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 20 Jun 2013 14:35:27 -0700 Subject: Revert "Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements." This partially reverts commit: 43b7f22b30244114f809e4c3b44dc337cade95f1. The oslo.config change in that patch seems to break running unit tests with tox. This reverts just that part of the change. Change-Id: I977700d73342e81ee962019b76238d2cb2b1fff4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 298c6b2c9..ce8cd716f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ python-keystoneclient>=0.2.0 six stevedore>=0.9 websockify<0.4 -http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a2.tar.gz#egg=oslo.config-1.2.0a2 +oslo.config>=1.1.0 -- cgit