From 96c8b9f5cdcd31b397bb47d6debe2cdab0f1923c Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 8 Mar 2013 10:11:15 -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: I98ea99bbc0dc5d5d4c67e5f8ae6b6c9f81fe2c4c --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 20dae8506..53592116f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -7,7 +7,7 @@ python-cinderclient python-glanceclient<2 python-keystoneclient python-novaclient>=2.11.1,<3 -python-quantumclient>=2.1.2 +python-quantumclient>=2.2.0,<3.0.0 python-swiftclient>1.1,<2 pytz