From b31be6e16ff48823630f1ef94b03f9857044edcd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 12 Jul 2013 17:23:13 -0400 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d3f0e6f3cdb..7f27b8caadeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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