From: Alex Yang Date: Mon, 26 Jun 2017 03:23:35 +0000 (+0800) Subject: Correct the kolla image version in makefile_patch.sh X-Git-Tag: opnfv-5.0.RC1~73 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=72d3ce24374ff5b1df6b7b55b1f0119fed54a220;p=daisy.git Correct the kolla image version in makefile_patch.sh Makefile_patch.sh is missed in patch 36229. Change-Id: I8da88a0f8220061b4ad03711c1a52715703dd579 Signed-off-by: Alex Yang --- diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh index 7d6c79bc..20b3cf42 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -13,7 +13,7 @@ TOOLS_PATH=$1 CACHE_PATH=/home/cache imagebranch="ocata" -imageversion="170420124331" +imageversion="170621131826" imageserver="http://120.24.17.215" imagename="kolla-image-$imagebranch-$imageversion.tgz"