]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Get rid of glanceclient dependency
authorZane Bitter <zbitter@redhat.com>
Tue, 11 Dec 2012 19:23:36 +0000 (20:23 +0100)
committerZane Bitter <zbitter@redhat.com>
Tue, 11 Dec 2012 19:24:00 +0000 (20:24 +0100)
We're not actually using it anywhere, and its keystoneclient version
requirements are causing us not to be able to install. Move it instead to
the test-requires, since the functional tests are still actually using it.

Change-Id: I74e68ddb4b65235b6c192c619e9e8e85e30beab9
Signed-off-by: Zane Bitter <zbitter@redhat.com>
tools/pip-requires
tools/test-requires

index 4426509954d7133b78ebeb26300a87411b6498c3..5b03b78f6e2a0fb95f53a17fe2714b8b4e2c6096 100644 (file)
@@ -27,7 +27,6 @@ pysendfile
 SQLAlchemy>=0.7.8,<=0.7.9
 WebOb==1.0.8
 python-keystoneclient
-python-glanceclient
 python-memcached
 python-swiftclient
 python-quantumclient
index 9f0b9819a4253c490aa695403a365cb707825d57..80d5335e9841302d874fcbe2c0186d64c22252d2 100644 (file)
@@ -6,6 +6,7 @@ mox==0.5.3
 nose
 nosexcover
 openstack.nose_plugin>=0.7
+paramiko
 pep8==1.1
+python-glanceclient
 sphinx>=1.1.2
-paramiko