diff options
author | Jing Lu <lvjing5@huawei.com> | 2016-11-24 02:24:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-24 02:24:10 +0000 |
commit | eec370bc52caee7fe1633ae9f3ec8ac85ac50119 (patch) | |
tree | 9d7d1cb394c8af1880b46c3b920eef78134114a5 /tests/ci/clean_images.sh | |
parent | 0e23c697e6329a57ba168cc57886b436ea87cdc4 (diff) | |
parent | 791868bdaabb08237fadae957a19c496a1892905 (diff) |
Merge "Upgrade yardstick VM image from Ubuntu 14.04 to 16.04"
Diffstat (limited to 'tests/ci/clean_images.sh')
-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 05f68a7ed..b1942160b 100755 --- a/tests/ci/clean_images.sh +++ b/tests/ci/clean_images.sh @@ -19,7 +19,7 @@ cleanup() return fi - for image in $(glance image-list | grep -e cirros-0.3.3 -e yardstick-trusty-server -e Ubuntu-14.04 \ + for image in $(glance image-list | grep -e cirros-0.3.3 -e yardstick-image -e Ubuntu-14.04 \ -e yardstick-vivid-kernel | awk '{print $2}'); do echo "Deleting image $image..." glance image-delete $image || true |