diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-08-18 17:16:46 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-08-18 17:16:46 +0800 |
commit | 9171fa46a8332f926f8e53413834c4a2ff2f3b00 (patch) | |
tree | cdcae849764e52d8fdd6b7f82181e6628619e64c /code/makefile_patch.sh | |
parent | 068b996a57768c59b971db00570c3f621e7c18ad (diff) |
Sync the kolla version with the upstream
Please see https://review.openstack.org/#/c/494347/ in
openstack/daisycloud-core.
Change-Id: I9f8ed06b8d2baef6b27562920722c76f4d01f5b1
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'code/makefile_patch.sh')
-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 20b3cf42..a092986d 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="170621131826" +imageversion="170811155446" imageserver="http://120.24.17.215" imagename="kolla-image-$imagebranch-$imageversion.tgz" |