From 2c1edf9a04e22c655f1b189a33cf6eb799fd46f0 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Mon, 13 Aug 2012 07:43:31 -0700 Subject: [PATCH] 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 262287d02..96c546012 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -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