From 6f91538d1dce400e7fe14528a62682e4555be514 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Mon, 23 Mar 2015 11:45:00 +0100 Subject: [PATCH] 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 Change-Id: I03ee6e1403680fb6c421225a7cadaf8a82edf702 Depends-On: Iac9f108d947ff4a51f99c6e8ad9d1ac5b32c000a (cherry picked from commit 9fd75f57fd8bdbd1926b1942462d439f9e496204) (cherry picked from commit 89c0cd7442894711ea8c6094e87473fee585eff5) --- stackrc | 2 +- tools/xen/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stackrc b/stackrc index d9d754713e..8ef1ff26bc 100644 --- a/stackrc +++ b/stackrc @@ -475,7 +475,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.3.2"} +CIRROS_VERSION=${CIRROS_VERSION:-"0.3.4"} CIRROS_ARCH=${CIRROS_ARCH:-"x86_64"} # Set default image based on ``VIRT_DRIVER`` and ``LIBVIRT_TYPE``, either of diff --git a/tools/xen/README.md b/tools/xen/README.md index c8f47be393..61694e9616 100644 --- a/tools/xen/README.md +++ b/tools/xen/README.md @@ -97,7 +97,7 @@ Of course, use real passwords if this machine is exposed. # Download a vhd and a uec image IMAGE_URLS="\ https://github.com/downloads/citrix-openstack/warehouse/cirros-0.3.0-x86_64-disk.vhd.tgz,\ - http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-uec.tar.gz" + http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz" # Explicitly set virt driver VIRT_DRIVER=xenserver