summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Dague <sdague@linux.vnet.ibm.com>2013-07-12 17:13:15 -0400
committerSean Dague <sdague@linux.vnet.ibm.com>2013-07-12 19:53:46 -0400
commit29270bb853d1fa5e05139197c77fb13f3898ead4 (patch)
tree141ccfc0dce85a19b4c1efacce336b56a8f898e5
parent842720801550ff335122b2f2e4837a18aed25081 (diff)
downloadpython-glanceclient-29270bb853d1fa5e05139197c77fb13f3898ead4.tar.gz
uncap python-keystoneclient version requirement
if any of the projects specify a capped client, it has the potential for preventing that client from being tested in the gate. To fix this we have to uncap maximum versions of all openstack client code in all openstack projects. Fixes bug #1200214 Change-Id: I664d2f030972a3bbb08ae1c4b1710816b54b44b2
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index cabf2e9..d8b87df 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,6 @@ pbr>=0.5,<0.6
argparse
prettytable>=0.6,<0.8
-python-keystoneclient>=0.1.2,<1
+python-keystoneclient>=0.2.1
pyOpenSSL
warlock>=0.7.0,<2