From 95015ad42a1f6355af095a6dca2ecd39ae2cc735 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 30 Jul 2012 13:12:18 -0700 Subject: Rewrite image code to use python-glanceclient This patch rewrites the Glance-specific code within Nova to use the new python-glanceclient library. The old client is deprecated in Folsom and should not be used in conjunction with python-glanceclient. This removes the dependency on installing 'glance' through pip. Implements bp integrate-python-glanceclient Fixes bug 880964 Change-Id: Ifb9e75593abd36a2d1c08773d02f192e5e5627fc --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 9529b278f..3e571e3da 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -14,7 +14,6 @@ PasteDeploy==1.5.0 paste sqlalchemy-migrate>=0.7.2 netaddr -glance>=2011.3.1 suds==0.4 paramiko feedparser @@ -23,3 +22,4 @@ iso8601>=0.1.4 httplib2 setuptools_git>=0.4 python-quantumclient>=0.1,<0.2 +python-glanceclient<2 -- cgit