From 70eab31d43966003bf57eaa11c280bd8942c1831 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 29 Oct 2012 11:53:51 -0400 Subject: [PATCH] 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 --- tools/pip-requires | 2 ++ tools/test-requires | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 6027dd62..da8a6c49 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -9,3 +9,5 @@ eventlet anyjson>=0.3.1 Flask==0.9 stevedore>=0.4 +python-glanceclient +python-cinderclient diff --git a/tools/test-requires b/tools/test-requires index 36074a12..5c0b9246 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -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