diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-10 19:50:56 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-10 19:50:56 -0600 |
commit | a252191f5186f9ce77fadc3d158e1cbe4b183748 (patch) | |
tree | 6a315374ba8a87835c9525f7a5d78426502dd199 /ci | |
parent | 3add42efb7e43db0cc770563d3ecc32ccb493ccd (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.yaml | 6 |
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 %} |