diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-05 05:09:15 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-05 05:09:58 -0600 |
commit | df92ad485163c64e0dfaba122e6ab02f2473b685 (patch) | |
tree | 38d7033283835d5c0d6e43261c08686483c64858 /ci/config_tpl/juju2/bundle_tpl/openbaton.yaml | |
parent | f17514e7302e486499bbb7e0d51a313f78b159c1 (diff) |
modified to use the default binding in case no binding for those
service containers.
Change-Id: I794a186669c093d25a4b14806d86fa5f05558964
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/openbaton.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/openbaton.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/openbaton.yaml b/ci/config_tpl/juju2/bundle_tpl/openbaton.yaml index a50c242e..77318384 100644 --- a/ci/config_tpl/juju2/bundle_tpl/openbaton.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/openbaton.yaml @@ -1,6 +1,10 @@ openbaton: charm: "./trusty/openbaton" num_units: 1 +{% if os.service.bindings %} + bindings: + "": internal-api +{% endif %} to: - "lxd:nodes/0" {# Empty block to avoid bad block trim #} |