From 2b29065f63f1ce0eba18695fdd1fba21fb81dfd1 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 8 Mar 2013 10:10:08 -0800 Subject: 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: Ic47deccac1df5a1b6b5171f1f7d80b250b57ebc9 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index d8b836a29..f84251bad 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -22,7 +22,7 @@ iso8601>=0.1.4 httplib2 setuptools_git>=0.4 python-cinderclient>=1.0.1 -python-quantumclient>=2.1.2 +python-quantumclient>=2.2.0,<3.0.0 python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 stevedore>=0.7 -- cgit