Browse code

Update default cirros version

Update the default CIRROS_VERSION to 0.3.4, which has better support
for IPv6 and some other bugfixes.

Co-Authored-By: Scott Moser <smoser@ubuntu.com>
Change-Id: I03ee6e1403680fb6c421225a7cadaf8a82edf702
Depends-On: Iac9f108d947ff4a51f99c6e8ad9d1ac5b32c000a
(cherry picked from commit 9fd75f57fd8bdbd1926b1942462d439f9e496204)
(cherry picked from commit 89c0cd7442894711ea8c6094e87473fee585eff5)

Jens Rosenboom authored on 2015/03/23 19:45:00
Showing 2 changed files
... ...
@@ -475,7 +475,7 @@ esac
475 475
 #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
476 476
 #IMAGE_URLS="http://download.cirros-cloud.net/${CIRROS_VERSION}/cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-disk.img" # cirros full disk image
477 477
 
478
-CIRROS_VERSION=${CIRROS_VERSION:-"0.3.2"}
478
+CIRROS_VERSION=${CIRROS_VERSION:-"0.3.4"}
479 479
 CIRROS_ARCH=${CIRROS_ARCH:-"x86_64"}
480 480
 
481 481
 # Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of
... ...
@@ -97,7 +97,7 @@ Of course, use real passwords if this machine is exposed.
97 97
     # Download a vhd and a uec image
98 98
     IMAGE_URLS="\
99 99
     https://github.com/downloads/citrix-openstack/warehouse/cirros-0.3.0-x86_64-disk.vhd.tgz,\
100
-    http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-uec.tar.gz"
100
+    http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz"
101 101
 
102 102
     # Explicitly set virt driver
103 103
     VIRT_DRIVER=xenserver