Revert "since option is working in nosdn scenario so lets test for other deployments... 39/18039/2
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 4 Aug 2016 12:56:09 +0000 (12:56 +0000)
committerNarinder Gupta <narinder.gupta@canonical.com>
Thu, 4 Aug 2016 12:57:48 +0000 (07:57 -0500)
This reverts commit 18d5c3cd3f45705d7a647f4b8bcf8bb48e8e7187.

Change-Id: Ie128515fb06e994cec72738b8500ec442a816b35
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/bundle_tpl/neutron-gateway.yaml

index 08b89d9..0780b6b 100644 (file)
@@ -6,6 +6,7 @@
 {% else %}
         #os-data-network: {{ opnfv.spaces_dict.data.cidr }}
 {% endif %}
+{% if os.network.controller == 'nosdn' %}
 {% if opnfv.ext_port is defined  %}
 {% if opnfv.data_port is defined  %}
         bridge-mappings: physnet1:br-data external:br-ex
         data-port: br-ex:{{ opnfv.ext_port }}
 {% endif %}
 {% endif %}
+{% else %}
+{% if opnfv.ext_port is defined  %}
+        ext-port: {{ opnfv.ext_port }}
+{% endif %}
+{% endif %}
 {% if os.network.controller == 'odl' %}
         plugin: ovs-odl
 {% elif os.network.controller == 'onos' %}