summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/subordinate.yaml')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/subordinate.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml b/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml
index 015130b7..be7ced2c 100644
--- a/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/subordinate.yaml
@@ -25,9 +25,9 @@
openvswitch-odl:
charm: ./{{ ubuntu.release }}/openvswitch-odl
options:
-+{% if opnfv.ext_port is defined %}
-+ provider_mappings: "physnet1:{{ opnfv.ext_port }}"
-+{% endif %}
+{% if opnfv.ext_port is defined %}
+ provider_mappings: "physnet1:{{ opnfv.ext_port }}"
+{% endif %}
{% if opnfv.spaces_dict.data is defined %}
os-data-network: {{ opnfv.spaces_dict.data.cidr }}
{% endif %}