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
This commit is contained in:
parent
c9bcce2030
commit
aff9b29c4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user