Update python-quantumclient dep to require >=2.0

Horizon integration with Quantum requires Quantum API v2.0

The first python-quantumclient release with support for the v2.0 API is
version 2.0, so we should require at least that version.  This version
was pushed to PyPi today:

http://pypi.python.org/pypi/python-quantumclient/2.0

Change-Id: Id1656241e05f62bc22c874e3c05ba711f150e784
This commit is contained in:
Dan Wendlandt 2012-08-13 07:43:31 -07:00 committed by Gabriel Hurley
parent 0cd51d5c28
commit 2c1edf9a04
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ python-cinderclient
python-glanceclient<2
python-keystoneclient
python-novaclient
python-quantumclient
python-quantumclient>=2.0
python-swiftclient>1.1,<1.2
pytz