From aff9b29c4dd666bb8b3d374e14cf665b39e0505c Mon Sep 17 00:00:00 2001 From: Om Kumar Date: Tue, 8 Jul 2014 10:48:42 +0530 Subject: [PATCH] Update RHEL 6.5 Image name. The default value points to old image name which results in 404 error. So updating the value to point to correct name. Change-Id: Ia66f0cf4f4167926892a0786467412d277ebffc3 --- 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 72732bf7..226cb35a 100755 --- a/elements/rhel/root.d/10-rhel-cloud-image +++ b/elements/rhel/root.d/10-rhel-cloud-image @@ -10,7 +10,7 @@ if [ 'amd64' = "$ARCH" ] ; then ARCH="x86_64" fi -DIB_RELEASE=${DIB_RELEASE:-"6.5-20140121.0"} +DIB_RELEASE=${DIB_RELEASE:-"6.5-20140603.0"} DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://rhn.redhat.com} BASE_IMAGE_FILE=${BASE_IMAGE_FILE:-rhel-guest-image-$DIB_RELEASE.x86_64.qcow2} BASE_IMAGE_TAR=$DIB_RELEASE-rhel-server-$ARCH-latest.tgz