From 3dc40c925da24f6839f615e6fb41f73636b92589 Mon Sep 17 00:00:00 2001 From: aweiteka Date: Tue, 21 Jan 2014 11:52:34 -0500 Subject: [PATCH] Update default RHEL guest image Red Hat periodically updates the qcow2 guest image available for download. This sets the default image name to the latest. Change-Id: Iba3075bbee3b41918d5cd3da9721fcbf98ff3bcd --- elements/rhel/root.d/10-rhel-cloud-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/rhel/root.d/10-rhel-cloud-image b/elements/rhel/root.d/10-rhel-cloud-image index cd7c31b2..1141b7f1 100755 --- a/elements/rhel/root.d/10-rhel-cloud-image +++ b/elements/rhel/root.d/10-rhel-cloud-image @@ -11,7 +11,7 @@ fi DIB_RELEASE=${DIB_RELEASE:-latest} DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://rhn.redhat.com} -BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-rhel-server-x86_64-kvm-6.4_20130130.0-4.qcow2} +BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-rhel-guest-image-6-6.5-20131115.0-1.qcow2} BASE_IMAGE_TAR=$DIB_RELEASE-rhel-server-$ARCH-latest.tgz CACHED_TAR=$DIB_IMAGE_CACHE/$BASE_IMAGE_TAR