Skip to content

Commit 0ce6ae8

Browse files
committed
Update cirros version
This is the next release in the 0.3.x stable series, containing a fix for getting out of disk errors when cirros reads metadata from a config-drive[0]. [0] https://bugs.launchpad.net/cirros/+bug/1808119 Change-Id: Id2f20ebafdd78c2dadf81b8f80f22e7bd6db7755
1 parent e03b6bd commit 0ce6ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ ENABLE_UBUNTU_CLOUD_ARCHIVE=$(trueorfalse True ENABLE_UBUNTU_CLOUD_ARCHIVE)
668668
#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
669669
#IMAGE_URLS="http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
670670

671-
CIRROS_VERSION=${CIRROS_VERSION:-"0.3.5"}
671+
CIRROS_VERSION=${CIRROS_VERSION:-"0.3.6"}
672672
CIRROS_ARCH=${CIRROS_ARCH:-"x86_64"}
673673

674674
# Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of

0 commit comments

Comments
 (0)