From 72d3ce24374ff5b1df6b7b55b1f0119fed54a220 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 26 Jun 2017 11:23:35 +0800 Subject: 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 --- code/makefile_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg