Skip to content

Commit

Permalink
remove python-glanceclient cap
Browse files Browse the repository at this point in the history
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.

(Note Neutronclient needs special dispensation for now, so
it is left capped.)

(Rebased after a neutron rename landed)

Fixes bug #1200214

Change-Id: I0168cb645279a819942a442c800afb1d0336203c
  • Loading branch information
Sean Dague committed Jul 15, 2013
1 parent fe1e156 commit b31be6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -24,7 +24,7 @@ iso8601>=0.1.4
requests>=1.1,<1.2.1 # order-dependent python-cinderclient req cap, bug 1182271
python-cinderclient>=1.0.1
python-neutronclient>=2.2.3,<3.0.0
python-glanceclient>=0.5.0,<2
python-glanceclient>=0.9.0
python-keystoneclient>=0.2.0
six
stevedore>=0.9
Expand Down

0 comments on commit b31be6e

Please sign in to comment.