From c999a6716e412d36b7c91e15eaaca3ab3cd2bc93 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Tue, 10 May 2016 10:48:53 -0600 Subject: Auth timeout fix and VM image selection Fix the OpenStack client authentication timeout bug where we never reauthenticate after authentication expires Add the ability to specify what OS image from the Glance catalog should be used for the Agent VM Change-Id: I2ff8f5598b8d58ee2bf654b3572e9841b24cc9de JIRA: STORPERF-42 Signed-off-by: Mark Beierl --- docker/requirements.pip | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/requirements.pip') diff --git a/docker/requirements.pip b/docker/requirements.pip index 4c9aaae..8efaf24 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -5,6 +5,7 @@ python-novaclient==2.28.1 python-glanceclient==1.1.0 python-cinderclient==1.6.0 python-keystoneclient==1.6.0 +matplotlib==1.3.1 flask==0.10 flask-restful==0.3.5 flask-restful-swagger==0.19 -- cgit 1.2.3-korg