summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVipul Sabhaya <vipuls@gmail.com>2013-08-16 10:39:28 -0700
committerVipul Sabhaya <vipuls@gmail.com>2013-08-16 13:35:12 -0700
commitf11741e68ea40207b96c45e9072da98e470c5494 (patch)
tree83e6409210c6b77a7b1ed24d2edb12fe5e5863c3
parentaa5c3ddf1bd39e6074114cba624bf9d33237725d (diff)
downloadtrove-f11741e68ea40207b96c45e9072da98e470c5494.tar.gz
Update oslo.cfg to >= 1.2.0
Need a newer version of Oslo.cfg so we can use DictOpt. fixes bug 1213192 Change-Id: I9d41d6184c57ecec46403390fac972bd9e76ab17
-rw-r--r--requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 355409af..73641d35 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,9 @@ python-cinderclient>=1.0.4
python-keystoneclient
python-swiftclient
iso8601
-oslo.config>=1.1.0
jsonschema>=1.0.0,!=1.4.0,<2
Jinja2
pexpect
+-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
+oslo.config>=1.2.0a3
+