diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-11-22 04:43:32 -0500 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-11-22 04:43:32 -0500 |
commit | 944dbc42916fb8c8590aaa803dba1ee8422fdeb3 (patch) | |
tree | 8cd2bed286f0f5745a496071e0dc6d7076474d58 /code | |
parent | 318da268625f03a5de446fee9acedcda93188022 (diff) |
Switch ODL version to Carbon-SR1
SR2 seems has issues with FIP ping test
Change-Id: I4aea097f2009c2c33de8fc85820bf68c1cbb316a
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
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 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" |