From: Aaron Rosen Date: Fri, 8 Mar 2013 18:12:14 +0000 (-0800) Subject: Update to Quantum Client 2.2.0 X-Git-Tag: 2014.1~784^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d10fe9b8ad5fb0d2b4f4f181efe6d93064e3d1ad;p=openstack-build%2Fheat-build.git Update to Quantum Client 2.2.0 This patch updates tools/pip-requires to use the python-quantumclient 2.2 It also limits the version to <3.0.0 to prevent breaking something accidently when 3.0.0 is released. Fixes bug 1152695 Change-Id: If47e5bf1d638a2ac87d523651060fc7859bf8049 --- diff --git a/tools/pip-requires b/tools/pip-requires index a77fbcbb..2c225a46 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -27,7 +27,7 @@ WebOb==1.2.3 python-keystoneclient python-memcached python-swiftclient -python-quantumclient>=2.1.2 +python-quantumclient>=2.2.0,<3.0.0 python-cinderclient PyYAML>=3.1.0 http://tarballs.openstack.org/oslo-config/oslo.config-1.1.0b1.tar.gz#egg=oslo.config