From 9cea40089285f3353093f94ea9fd772de404e3a1 Mon Sep 17 00:00:00 2001 From: yanpeifei Date: Fri, 13 Oct 2017 09:54:32 +0800 Subject: [PATCH] update "opendaylight" tar "distribution-karaf-0.6.2-Carbon.tar.gz" has the latest features. Change-Id: I3974342e728acb99fb00c97d2d8e8bf9e30899aa --- doc/source/admin/template-override/opendaylight-source.rst | 2 +- kolla/common/config.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/template-override/opendaylight-source.rst b/doc/source/admin/template-override/opendaylight-source.rst index 61a3415ba1..d97d1b828b 100644 --- a/doc/source/admin/template-override/opendaylight-source.rst +++ b/doc/source/admin/template-override/opendaylight-source.rst @@ -18,7 +18,7 @@ Point to the desired version of OpenDaylight in `kolla-build.conf`: [opendaylight] type = url - location = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.0-Carbon/distribution-karaf-0.6.0-Carbon.tar.gz + location = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.2-Carbon/distribution-karaf-0.6.2-Carbon.tar.gz Build the container by executing the following command: diff --git a/kolla/common/config.py b/kolla/common/config.py index e12a7ad08b..a75541d353 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -586,8 +586,8 @@ SOURCES = { 'type': 'url', 'location': ('https://nexus.opendaylight.org/content/' 'repositories/opendaylight.release/org/opendaylight/' - 'integration/distribution-karaf/0.6.1-Carbon/' - 'distribution-karaf-0.6.1-Carbon.tar.gz')}, + 'integration/distribution-karaf/0.6.2-Carbon/' + 'distribution-karaf-0.6.2-Carbon.tar.gz')}, 'panko-base': { 'type': 'url', 'location': ('$tarballs_base/panko/'