Bump default cirros version to 0.5.3

Cirros has made a new release, including a newer kernel that should fix
some issues when using nested virtualization.

Stick to the 0.5.x series since 0.6.0 introduced a different DHCP client
that needs changed in tempest.

Change-Id: I172cfcf6b2553fa0f0db5ca175ff2bc5cf098cf7
This commit is contained in:
Dr. Jens Harbott
2023-06-15 11:00:33 +02:00
parent 0128ee09d2
commit bbf76bf02b

View File

@@ -675,7 +675,7 @@ esac
#IMAGE_URLS="http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz" # old ttylinux-uec image
#IMAGE_URLS="http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
CIRROS_VERSION=${CIRROS_VERSION:-"0.5.2"}
CIRROS_VERSION=${CIRROS_VERSION:-"0.5.3"}
CIRROS_ARCH=${CIRROS_ARCH:-$(uname -m)}
# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of