summaryrefslogtreecommitdiffstats
path: root/code
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-01-07 01:02:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-07 01:02:23 +0000
commita7d5aa4e6b0e611458df01ffcf4403cc2d827f52 (patch)
tree9e131c18f9f0e3f0002abbf85a8e49c47f1b9d16 /code
parente412a63ae5a0791512347d7ab842f27f0afc59aa (diff)
parenta14e0a1115f0b84c140d669250c98554ff20fcd8 (diff)
Merge "clean up env before deploy"
Diffstat (limited to 'code')
-rwxr-xr-xcode/makefile_patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index b2cfaf8d..eeacb169 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -14,7 +14,7 @@ imagebranch="newton"
imageversion="latest"
imageserver="http://120.24.17.215"
imagename="kolla-image-$imagebranch-$imageversion.tgz"
-isoname="CentOS-7-x86_64-Minimal-1511.iso"
+isoname="CentOS-7-x86_64-Minimal-1611.iso"
isourl="http://buildlogs.centos.org/rolling/7/isos/x86_64/${isoname}"
if [ ! -d $CACHE_PATH ]; then mkdir -p $CACHE_PATH ; fi
if [ ! -f $CACHE_PATH/${isoname} ]; then