summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-06-28 11:13:34 -0400
committermbeierl <mark.beierl@dell.com>2018-06-28 11:13:34 -0400
commit3c14f6cf6344c4a83aa7c4f586db39bb69a5d93e (patch)
tree2bda999661cf5fbc774ef730ae523fd9ec2eb194 /ci
parentfa0e1935f3f0b6da79666963e5937c8402100287 (diff)
Fixes daily run
Change-Id: I8f17efe0d0866a3dc6ecbbabe07985b93ac445e6 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/create_storperf_flavor.sh2
-rwxr-xr-xci/daily.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/ci/create_storperf_flavor.sh b/ci/create_storperf_flavor.sh
index f25d56d..4f751f4 100755
--- a/ci/create_storperf_flavor.sh
+++ b/ci/create_storperf_flavor.sh
@@ -10,8 +10,6 @@
echo "Checking for StorPerf flavor"
-openstack flavor delete storperf
-
FLAVOUR=`openstack flavor list | grep "storperf"`
if [ -z "$FLAVOUR" ]
then
diff --git a/ci/daily.sh b/ci/daily.sh
index 956b6e6..ada8cfd 100755
--- a/ci/daily.sh
+++ b/ci/daily.sh
@@ -36,6 +36,7 @@ pip install functools32==3.2.3.post2
pip install pytz==2016.10
pip install osc_lib==1.3.0
pip install python-openstackclient==3.7.0
+pip install python-heatclient==1.16.0
"${WORKSPACE}/ci/generate-admin-rc.sh"