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:
parent
d72d3a9e17
commit
70eab31d43
@ -9,3 +9,5 @@ eventlet
|
||||
anyjson>=0.3.1
|
||||
Flask==0.9
|
||||
stevedore>=0.4
|
||||
python-glanceclient
|
||||
python-cinderclient
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user