From 944dbc42916fb8c8590aaa803dba1ee8422fdeb3 Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Wed, 22 Nov 2017 04:43:32 -0500 Subject: Switch ODL version to Carbon-SR1 SR2 seems has issues with FIP ping test Change-Id: I4aea097f2009c2c33de8fc85820bf68c1cbb316a 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 e082c038..384aa7dd 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="171117113539" +imageversion="171121172754" 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 bdfdf17f..4221fce6 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="171117113539" +imageversion="171121172754" imageserver="http://artifacts.opnfv.org/daisy/upstream" imagename="kolla-image-$imagebranch-$imageversion.tgz" -- cgit 1.2.3-korg