]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Update to Quantum Client 2.2.0
authorAaron Rosen <arosen@nicira.com>
Fri, 8 Mar 2013 18:02:31 +0000 (10:02 -0800)
committerAaron Rosen <arosen@nicira.com>
Fri, 8 Mar 2013 18:06:53 +0000 (10:06 -0800)
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: Iec52ffe91793567c7707843a80a282bd51eb0c76

tools/pip-requires

index fb926b8af191b1d75bd8b121afa265ee4671ee01..faf99322277f5498ddd705d0d716578a9fdea9e1 100644 (file)
@@ -10,7 +10,7 @@ httplib2
 iso8601>=0.1.4
 kombu==1.0.4
 netaddr
-python-quantumclient>=2.1.2
+python-quantumclient>=2.2.0,<3.0.0
 pyudev
 sqlalchemy==0.7.9
 WebOb>=1.2