Get rid of glanceclient dependency

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>
This commit is contained in:
Zane Bitter 2012-12-11 20:23:36 +01:00
parent 0d10276c91
commit f7ebdd863b
2 changed files with 3 additions and 3 deletions

View 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

View File

@ -6,6 +6,7 @@ mox==0.5.3
nose
nosexcover
openstack.nose_plugin>=0.7
pep8==1.1
sphinx>=1.1.2
paramiko
pep8==1.1
python-glanceclient
sphinx>=1.1.2