X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fci%2Fclean_images.sh;h=27da9e279ef342e79b4127fc37dbb7bc3cbec7e6;hb=1991dc99014359d15351f3da3eeaa6fc1348d632;hp=9e5e61edf33f2108034405f71db8a063e18af5f9;hpb=f782757a1af7bddbcb2af9cebc33d4668ebb24f5;p=yardstick.git diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh index 9e5e61edf..27da9e279 100755 --- a/tests/ci/clean_images.sh +++ b/tests/ci/clean_images.sh @@ -19,7 +19,7 @@ cleanup() return fi - for image in $(openstack image list | grep -e cirros-0.3.5 -e yardstick-image -e Ubuntu-14.04 \ + for image in $(openstack image list | grep -e cirros-0.3.5 -e yardstick-image -e Ubuntu-16.04 \ | awk '{print $2}'); do echo "Deleting image $image..." openstack image delete $image || true