From 97dd343b169fcdeddfaa3031a6fde601058a104f Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Mon, 13 Aug 2012 07:31:58 -0700 Subject: update python-quantumclient dependency to >=2.0 Nova should depend on a version of quantum client that includes API v2.0 support. That means the client version should be 2.0+ . This was just pushed to PyPi today: http://pypi.python.org/pypi/python-quantumclient/2.0 Change-Id: Ib9d997ceff92f2da6986d184b7b0da9e564800aa --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 3e571e3da..f2f2e50ad 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -21,5 +21,5 @@ Babel>=0.9.6 iso8601>=0.1.4 httplib2 setuptools_git>=0.4 -python-quantumclient>=0.1,<0.2 +python-quantumclient>=2.0 python-glanceclient<2 -- cgit