From 5a69fa879eb159412f6d1e8c6a837bcd32b2a293 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Mon, 29 Jul 2013 17:02:23 -0700 Subject: [PATCH] Make Ubuntu 13.04 (raring) the default release Ubuntu 13.04 has been released now for 3 months. The updated libvirt, openvswitch and kernel are all beneficial to various OpenStack components, and many other software is updated beyond the versions in Ubuntu 12.10. Change-Id: I358aed8bf906c3ff5103f19b1f9e6ac689b5d5ee --- elements/ubuntu/root.d/10-cache-ubuntu-tarball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/ubuntu/root.d/10-cache-ubuntu-tarball b/elements/ubuntu/root.d/10-cache-ubuntu-tarball index e3d411292..c190fb69c 100755 --- a/elements/ubuntu/root.d/10-cache-ubuntu-tarball +++ b/elements/ubuntu/root.d/10-cache-ubuntu-tarball @@ -10,7 +10,7 @@ shopt -s extglob IMG_PATH=~/.cache/image-create DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud-images.ubuntu.com/} -DIB_RELEASE=${DIB_RELEASE:-quantal} +DIB_RELEASE=${DIB_RELEASE:-raring} BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-$DIB_RELEASE-server-cloudimg-$ARCH-root.tar.gz} SHA256SUMS=${SHA256SUMS:-https://${DIB_CLOUD_IMAGES##http?(s)://}/$DIB_RELEASE/current/SHA256SUMS} CACHED_FILE=$IMG_PATH/$BASE_IMAGE_FILE