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:
2
stackrc
2
stackrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user