diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-06-26 11:23:35 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-06-26 11:23:35 +0800 |
commit | 72d3ce24374ff5b1df6b7b55b1f0119fed54a220 (patch) | |
tree | 58ad3ef86768fcfadfe86f68f1fb24356851d829 /code | |
parent | 9b684b23b8377acbbf0cf7975375381831d84cf8 (diff) |
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 <yangyang1@zte.com.cn>
Diffstat (limited to 'code')
-rwxr-xr-x | code/makefile_patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |