From: Zhijiang Hu Date: Wed, 24 Jan 2018 08:37:34 +0000 (-0500) Subject: Update image to include patch for ODL NETVIRT-896 X-Git-Tag: opnfv-6.0.0~11^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F51031%2F1;p=daisy.git Update image to include patch for ODL NETVIRT-896 Change-Id: I12a29ef9641c75265f7888c630e9e86eb056accd Signed-off-by: Zhijiang Hu --- diff --git a/code/install_interface_patch.sh b/code/install_interface_patch.sh index a2d13776..d70e18f6 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="180113131526" +imageversion="180124134113" 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 e9ed9e4a..6ccb0ee0 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="180113131526" +imageversion="180124134113" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz"