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
This commit is contained in:
Sean Dague
2013-07-12 17:13:15 -04:00
parent 8427208015
commit 29270bb853

View File

@@ -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