diff options
Diffstat (limited to 'code/makefile_patch.sh')
-rwxr-xr-x | code/makefile_patch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh index 8d83f4e5..23a489b4 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -12,8 +12,8 @@ TOOLS_PATH=$1 CACHE_PATH=/home/cache -imagebranch="newton" -imageversion="latest" +imagebranch="ocata" +imageversion="170420124331" imageserver="http://120.24.17.215" imagename="kolla-image-$imagebranch-$imageversion.tgz" |