diff options
author | Dan Smith <danms@us.ibm.com> | 2013-06-20 14:35:27 -0700 |
---|---|---|
committer | Dan Smith <danms@us.ibm.com> | 2013-06-20 15:13:58 -0700 |
commit | d26581d93945c8a44212e98508c26ff71b10f05e (patch) | |
tree | a20b7cfa28318bb1c25936e8d75131d2664878d1 | |
parent | 6e0db0d25ba6689126c8d3479c3ef8bf5a534538 (diff) | |
download | nova-d26581d93945c8a44212e98508c26ff71b10f05e.tar.gz nova-d26581d93945c8a44212e98508c26ff71b10f05e.tar.xz nova-d26581d93945c8a44212e98508c26ff71b10f05e.zip |
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
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |