Merge "Sync neutron-ovs-dvr.yaml copies"

This commit is contained in:
Zuul 2021-12-13 22:06:19 +00:00 committed by Gerrit Code Review
commit 7cb1e7b42c
2 changed files with 6 additions and 2 deletions

View File

@ -34,10 +34,11 @@ parameter_defaults:
#L2 population require ARP responder feature
NeutronEnableARPResponder: true
NeutronPluginExtensions: "qos,port_security"
NeutronTypeDrivers: 'vxlan,vlan,flat,gre'
NeutronNetworkType: 'vxlan'
NeutronServicePlugins: 'router,qos,segments,trunk'
NeutronVniRanges: ['1:4094', ]
NeutronServicePlugins: 'router,qos,segments,trunk,port_forwarding'
NeutronVniRanges: ['1:65536', ]
KernelIpNonLocalBind: 0
DhcpAgentNotification: true

View File

@ -27,6 +27,9 @@ parameter_defaults:
NeutronMechanismDrivers: ['openvswitch', 'l2population']
NeutronEnableL2Pop: 'True'
#L2 population require ARP responder feature
NeutronEnableARPResponder: true
NeutronPluginExtensions: "qos,port_security"
NeutronTypeDrivers: 'vxlan,vlan,flat,gre'
NeutronNetworkType: 'vxlan'