remove python-glanceclient cap
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user