From: narindergupta <narinder.gupta@canonical.com>
Date: Thu, 17 Aug 2017 18:25:18 +0000 (-0500)
Subject: include ODL space in the bundle.
X-Git-Tag: opnfv-5.0.RC1~43
X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=98d540cb9776e35e7d77c6544b9fa787c973d4a0;p=joid.git

include ODL space in the bundle.

Change-Id: I9e25eab9eca7ab1a944cdf9ca83507b7666583b9
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
---

diff --git a/ci/config_tpl/juju2/bundle_tpl/odl.yaml b/ci/config_tpl/juju2/bundle_tpl/odl.yaml
index d799e1a9..0e3e1d83 100644
--- a/ci/config_tpl/juju2/bundle_tpl/odl.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/odl.yaml
@@ -4,7 +4,8 @@
 {% if os.service.bindings %}
       bindings:
         "": *oam-space
-        internal: internal-space
+        controller-api: *internal-space
+        ovsdb-manager-api: *internal-space
 {% endif %}
       options:
         install-url: "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"