summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/neutron-api.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/neutron-api.yaml')
-rw-r--r--ci/bundle_tpl/neutron-api.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/bundle_tpl/neutron-api.yaml b/ci/bundle_tpl/neutron-api.yaml
index 403babcf..3942fe23 100644
--- a/ci/bundle_tpl/neutron-api.yaml
+++ b/ci/bundle_tpl/neutron-api.yaml
@@ -3,7 +3,9 @@
num_units: {{ unit_qty() }}
options:
neutron-security-groups: true
- flat-network-providers: "*"
+{% if os.network.controller == 'nosdn' %}
+ overlay-network-type: vxlan
+{% endif %}
{% if os.network.controller == 'odl' %}
manage-neutron-plugin-legacy-mode: False
{% endif %}