summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-02-10 19:50:56 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-02-10 19:50:56 -0600
commita252191f5186f9ce77fadc3d158e1cbe4b183748 (patch)
tree6a315374ba8a87835c9525f7a5d78426502dd199 /ci
parent3add42efb7e43db0cc770563d3ecc32ccb493ccd (diff)
few more corrections of deployment and enabling interface within
MAAS. Change-Id: Ibd3175a5dce98c7be771ef44bbe6df579ce65d44 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-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 %}