From 90ecca6f6fd26bcbea0831ba53058ee4a925f77d Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Fri, 24 May 2019 12:05:11 -0400 Subject: [PATCH] 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 --- environments/neutron-ovs-dvr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environments/neutron-ovs-dvr.yaml b/environments/neutron-ovs-dvr.yaml index 8f1db82d7e..036d1962bc 100644 --- a/environments/neutron-ovs-dvr.yaml +++ b/environments/neutron-ovs-dvr.yaml @@ -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'