diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-01-10 07:27:25 -0500 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-01-10 07:27:25 -0500 |
commit | 33de140b27b859fe7af888bdaa58b7621e3023b2 (patch) | |
tree | 46e1f14578676eefaec4aa5f930ee6fc4c1b325b | |
parent | e0d3f6945b133789c246bd2dfe142e0ef9b24c74 (diff) |
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 <hu.zhijiang@zte.com.cn>
-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 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" |