From 2ee902070084ebec2f3bf3d5729a6766d634758d Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Mon, 20 Mar 2017 01:52:25 -0700 Subject: Bugfix: remove vivid as it is EOL Vivid is end of life, and thus not supported. Change-Id: Ia293fcd6fd2a3279a642a6dbbb7ad1811334c3e1 Signed-off-by: Ross Brattain (cherry picked from commit 14172bb39e8e30f37ec5bb80be6b187ab6858e88) --- tests/ci/clean_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh index fa4a54df6..3579909c5 100755 --- a/tests/ci/clean_images.sh +++ b/tests/ci/clean_images.sh @@ -20,7 +20,7 @@ cleanup() fi for image in $(openstack image list | grep -e cirros-0.3.3 -e yardstick-image -e Ubuntu-14.04 \ - -e yardstick-vivid-kernel | awk '{print $2}'); do + | awk '{print $2}'); do echo "Deleting image $image..." openstack image delete $image || true done -- cgit 1.2.3-korg