From ce93ebaee678c6853514cba8f8dff0cab25ad291 Mon Sep 17 00:00:00 2001 From: Chad Roberts Date: Thu, 10 Apr 2014 10:33:20 -0400 Subject: [PATCH] Adding python-saharaclient to requirements The python-saharaclient is necessary for the Sahara dashboard to interact with the Sahara-api service, so it is being added to requirements.txt. Change-Id: Ia3374a6792a4b0d2388f3826e88d92136a2b5e63 Partial-Implements: blueprint merge-sahara-dashboard --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b572a3bab4..5861933a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ python-heatclient>=0.2.3 python-keystoneclient>=0.7.0 python-neutronclient>=2.3.4,<3 python-novaclient>=2.17.0 +python-saharaclient>=0.6.0 python-swiftclient>=1.6 python-troveclient>=1.0.3 pytz>=2010h