From b2a2368844d7bf637ba77bf8dfa2f145883dfc8f Mon Sep 17 00:00:00 2001 From: Abel Lopez Date: Wed, 20 Apr 2016 10:44:09 -0700 Subject: [PATCH] Change to latest CentOS-6 image cloud.centos.org appears to have changed their naming for images. This latest iteration drops the YYYYMMDD in favor for YYMM, but also has a 'latest' available without the date stamp. This change will mean we no longer have to submit new code reviews whenever centos changes. Change-Id: I5a6a0de822561c1d0681abb9487993acf55918f1 --- elements/centos/environment.d/10-centos6-distro-name.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/centos/environment.d/10-centos6-distro-name.bash b/elements/centos/environment.d/10-centos6-distro-name.bash index 633b7e84d..35971026a 100644 --- a/elements/centos/environment.d/10-centos6-distro-name.bash +++ b/elements/centos/environment.d/10-centos6-distro-name.bash @@ -1,2 +1,2 @@ export DISTRO_NAME=centos -export DIB_RELEASE=${DIB_RELEASE:-GenericCloud-20141129_01} +export DIB_RELEASE=${DIB_RELEASE:-GenericCloud}