summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorKun Huang <gareth@unitedstack.com>2013-07-11 23:29:51 +0800
committerKun Huang <gareth@unitedstack.com>2013-07-17 21:33:00 +0800
commitbd23cf25e2eeb139c6f3b35abf1e644a4270c0f2 (patch)
tree7a398e430e1b87f51d4b6ea8802d580f659c07f8 /requirements.txt
parent2667c772a30c16ca147f8e38143b59ac53ec5b0c (diff)
downloadkeystone-bd23cf25e2eeb139c6f3b35abf1e644a4270c0f2.tar.gz
keystone-bd23cf25e2eeb139c6f3b35abf1e644a4270c0f2.tar.xz
keystone-bd23cf25e2eeb139c6f3b35abf1e644a4270c0f2.zip
update requires to prevent version cap
OpenStack clients requirements should not have an upper bound as that has implications for testing in the gate. ref: https://github.com/openstack/requirements fixes bug #1200214 Change-Id: I45c8e94ede892a4d5412ac43aae9c4e131907c89
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 45054f24..e54bb6a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,5 +13,5 @@ sqlalchemy-migrate>=0.7.2
passlib
lxml
iso8601>=0.1.4
-python-keystoneclient>=0.2.1,<0.3
+python-keystoneclient>=0.3.0
oslo.config>=1.1.0