From d10fe9b8ad5fb0d2b4f4f181efe6d93064e3d1ad Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 8 Mar 2013 10:12:14 -0800 Subject: [PATCH] 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2