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:
Nate Johnston 2019-05-24 12:05:11 -04:00
parent c06232fba2
commit 90ecca6f6f

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'