From aa499064bf305e41a56a2f86d17c1cc29a1d7b0c Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 24 Mar 2017 17:55:39 +0400 Subject: Update cirros image to latest version Change-Id: Iffa1e4529e5b6e9664ac503a5815ea9a034d7515 Signed-off-by: Michael Polenchuk (cherry picked from commit 043727feabaf7cabb719dbd3d52274bcd0dbea66) --- tests/ci/clean_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci/clean_images.sh') diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh index 2d0db83bd..9e5e61edf 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.3 -e yardstick-image -e Ubuntu-14.04 \ + for image in $(openstack image list | grep -e cirros-0.3.5 -e yardstick-image -e Ubuntu-14.04 \ | awk '{print $2}'); do echo "Deleting image $image..." openstack image delete $image || true -- cgit 1.2.3-korg