diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-11-17 08:43:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-17 08:43:31 +0000 |
commit | fd74e1b6163f475050be225356f60b84c874177e (patch) | |
tree | a490fbc3b4979c308a4011b363243b44291c1d4c /code | |
parent | 1889fdea74103c4a6cc10dfe78491ee399093dc3 (diff) | |
parent | 8dbc1fdd91884d315053c5e108af51fccc63f2a1 (diff) |
Merge "Update image to solve kolla-box missing packaget"
Diffstat (limited to 'code')
-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 50c8ade6..e082c038 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="pike" -imageversion="171116161159" +imageversion="171117113539" imageserver="http://artifacts.opnfv.org/daisy/upstream" 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 3bbcb9d1..bdfdf17f 100755 --- a/code/makefile_patch.sh +++ b/code/makefile_patch.sh @@ -13,7 +13,7 @@ TOOLS_PATH=$1 CACHE_PATH=/home/cache imagebranch="pike" -imageversion="171116161159" +imageversion="171117113539" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz" |