From 33de140b27b859fe7af888bdaa58b7621e3023b2 Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Wed, 10 Jan 2018 07:27:25 -0500 Subject: Update image This fallbacks ODL version to opendaylight-6.3.0-0.1.20171122snap208.el7 trying to solve VM creation error occurred with opendaylight-6.3.0-0.1.20171211rel2065.el7. Upstream change is [1]: [1] https://review.openstack.org/#/c/532487/1 Change-Id: Ia5c70932b98c04beae2bc8464091c0b2f48b9d34 Signed-off-by: Zhijiang Hu --- code/install_interface_patch.sh | 2 +- 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 70aef47f..8243e3a6 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="171226232545" +imageversion="180110175058" 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 53242f91..eca5e841 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="171226232545" +imageversion="180110175058" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz" -- cgit 1.2.3-korg