Add dependencies on clients used by pollsters

Move the test requirement for glanceclient to an installation
requirement, since the central pollster uses it.

Add an installation requirement for cinderclient, since there
is also a central pollster that needs it.

Change-Id: I01fcc7c1d69a02b6ebf62b2c851e0e862f3439d9
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2012-10-29 11:53:51 -04:00
parent d72d3a9e17
commit 70eab31d43
2 changed files with 2 additions and 1 deletions

View File

@ -9,3 +9,5 @@ eventlet
anyjson>=0.3.1
Flask==0.9
stevedore>=0.4
python-glanceclient
python-cinderclient

View File

@ -3,7 +3,6 @@ coverage
pep8>=1.0
mock
mox
python-glanceclient
# NOTE(dhellmann): Ming is necessary to provide the Mongo-in-memory
# implementation of MongoDB. The original source for Ming is at
# http://sourceforge.net/project/merciless but there does not seem to