From: Zhijiang Hu Date: Fri, 17 Nov 2017 07:13:14 +0000 (-0500) Subject: Update image to solve kolla-box missing packaget X-Git-Tag: opnfv-6.0.0~37^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F47389%2F1;p=daisy.git Update image to solve kolla-box missing packaget Change-Id: I66cd8261533f0bb81d9e8839dbd3b819dbd2de88 Signed-off-by: Zhijiang Hu --- 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"