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.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/bundle_tpl/neutron-api.yaml b/ci/bundle_tpl/neutron-api.yaml
index 86c6fedf..88990cb3 100644
--- a/ci/bundle_tpl/neutron-api.yaml
+++ b/ci/bundle_tpl/neutron-api.yaml
@@ -4,7 +4,8 @@
options:
neutron-security-groups: true
{% if os.network.controller == 'nosdn' %}
- overlay-network-type: vxlan
+ flat-network-providers: "*"
+ #overlay-network-type: gre vxlan
{% elif os.network.controller == 'odl' %}
manage-neutron-plugin-legacy-mode: False
{% elif os.network.controller == 'onos' %}