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: I90e5118798ef2fca3b8b07acefe13336479d524f
This commit is contained in:
Aaron Rosen 2013-03-08 13:07:11 -08:00
parent 9b6a2b9050
commit f3af76a70b

@ -40,7 +40,7 @@ python-glanceclient>=0.5.0,<2
python-keystoneclient>=0.2,<0.3
python-memcached
python-novaclient>=2.11.1,<3
python-quantumclient>=2.1.2
python-quantumclient>=2.2.0,<3.0.0
python-swiftclient>=1.2,<2
pytz
pyudev