since option is working in nosdn scenario so lets test for other
[joid.git] / ci / bundle_tpl / neutron-gateway.yaml
index 2148fd7..08b89d9 100644 (file)
@@ -6,7 +6,6 @@
 {% 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
@@ -16,9 +15,6 @@
         data-port: br-ex:{{ opnfv.ext_port }}
 {% endif %}
 {% endif %}
-{% else %}
-        ext-port: {{ opnfv.ext_port }}
-{% endif %}
 {% if os.network.controller == 'odl' %}
         plugin: ovs-odl
 {% elif os.network.controller == 'onos' %}