DVR neutron template should enable ARP responder
If a cluster with dvr is deployed with tripleo template, arp responder is not enabled, but it should be. This enables it. Closes-Bug: #1831798 Change-Id: I28a040993669ad6446026e41274b0460d5f9eebc
This commit is contained in:
parent
c06232fba2
commit
90ecca6f6f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user