diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-08-18 10:41:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-18 10:41:00 +0000 |
commit | 47eb83e9e022219139f7514527f5cc5d1c11e653 (patch) | |
tree | 0677af18f110d39aea034717a27d5da1804d9482 | |
parent | ff4b08f10fec583f49aac62bcb8a3898926a05e7 (diff) | |
parent | 9171fa46a8332f926f8e53413834c4a2ff2f3b00 (diff) |
Merge "Sync the kolla version with the upstream"
-rwxr-xr-x | code/install_interface_patch.sh | 2 | ||||
-rwxr-xr-x | code/makefile_patch.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh index 68a1e789..6e239490 100755 --- a/code/install_interface_patch.sh +++ b/code/install_interface_patch.sh @@ -9,7 +9,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## imagebranch="ocata" -imageversion="170621131826" +imageversion="170811155446" imageserver="http://120.24.17.215" imagedir="/var/lib/daisy/versionfile/kolla" imagename="kolla-image-$imagebranch-$imageversion.tgz" 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" |