diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-21 01:24:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 01:24:16 +0000 |
commit | 4eacd85d78a0fbc1fee8224777634df84e7bce34 (patch) | |
tree | 1441195ef0c8d552b8628224f2a3f4033375faa0 /tests/ci | |
parent | d742db328b70415c726ae9ed0aa7f16d79d7c852 (diff) | |
parent | 14172bb39e8e30f37ec5bb80be6b187ab6858e88 (diff) |
Merge "Bugfix: remove vivid as it is EOL"
Diffstat (limited to 'tests/ci')
-rwxr-xr-x | tests/ci/clean_images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |