summaryrefslogtreecommitdiffstats
path: root/tools/pip-requires
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-07-30 13:12:18 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-08-13 13:28:48 -0700
commit95015ad42a1f6355af095a6dca2ecd39ae2cc735 (patch)
treec9ad4567af8538db33a631078f10dbae2f11ad3e /tools/pip-requires
parent3fc3dbe6ab6149f5650f777b3a89c650ae3945e9 (diff)
downloadnova-95015ad42a1f6355af095a6dca2ecd39ae2cc735.tar.gz
nova-95015ad42a1f6355af095a6dca2ecd39ae2cc735.tar.xz
nova-95015ad42a1f6355af095a6dca2ecd39ae2cc735.zip
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
Diffstat (limited to 'tools/pip-requires')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
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