summaryrefslogtreecommitdiffstats
path: root/ci/create_storperf_flavor.sh
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-06-28 11:13:34 -0400
committerMark Beierl <mark.beierl@dell.com>2018-06-28 16:32:49 +0000
commitb9bcdaaf946279c7e119caecf7eee9f87f449361 (patch)
tree0f6c0521c020e19ebf238f42deb69c84cbd301f0 /ci/create_storperf_flavor.sh
parentcd0cefd880688bd3b31e355d893a46e4713a5608 (diff)
Fixes daily run
Change-Id: I8f17efe0d0866a3dc6ecbbabe07985b93ac445e6 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit 3c14f6cf6344c4a83aa7c4f586db39bb69a5d93e)
Diffstat (limited to 'ci/create_storperf_flavor.sh')
-rwxr-xr-xci/create_storperf_flavor.sh2
1 files changed, 0 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