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