X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbundle_tpl%2Fneutron-api.yaml;h=86c6fedfe37c4813d1aa7bff230732fbb32fc011;hb=62781fc5a43f756f00841cebe0b89d2a9d349ede;hp=3942fe237c871a75bc471b89e2414e9175a77d53;hpb=737cb665e95ec8ddd927cab528bd1acd83674e38;p=joid.git 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' %}