Merge "DVR neutron template should enable ARP responder"

This commit is contained in:
Zuul 2019-06-07 09:53:59 +00:00 committed by Gerrit Code Review
commit 31935b70fb

View File

@ -32,6 +32,9 @@ parameter_defaults:
NeutronMechanismDrivers: ['openvswitch', 'l2population']
NeutronEnableL2Pop: 'True'
#L2 population require ARP responder feature
NeutronEnableARPResponder: true
NeutronTypeDrivers: 'vxlan,vlan,flat,gre'
NeutronNetworkType: 'vxlan'
NeutronServicePlugins: 'router,qos,segments,trunk'