Switch Ubuntu element to installing saucy.
In tests, saucy has been able to match raring for the ability to bring up clouds, so we can roll forwards and switch the default to saucy. Change-Id: I4df35d40f902c0daa7b2761d7afea8db25526753
This commit is contained in:
parent
09eb230ea3
commit
a84b2763fc
@ -9,7 +9,7 @@ set -eu
|
||||
shopt -s extglob
|
||||
|
||||
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud-images.ubuntu.com/}
|
||||
DIB_RELEASE=${DIB_RELEASE:-raring}
|
||||
DIB_RELEASE=${DIB_RELEASE:-saucy}
|
||||
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=$DIB_IMAGE_CACHE/$BASE_IMAGE_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user