Add "DhcpAgentNotification=true" in OVS DPDK template

Since [1], the default value of "DhcpAgentNotification" is false.
Any OVS deployment (with DHCP agents) should have this flag enabled.
The OVS DPDK template missed this update.

Closes-Bug: #2037418

[1]https://review.opendev.org/q/I5f8ad32a9fa888dec6b26c0185f8b506521bd6e3

Change-Id: I5029c4dff4a3c78a728af2a3fb3a62352d829aca
This commit is contained in:
Rodolfo Alonso Hernandez 2023-09-26 13:13:20 +00:00
parent e3b0a57041
commit df5039a5c8

@ -9,4 +9,5 @@ parameter_defaults:
NovaSchedulerEnabledFilters: "ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
OvsDpdkDriverType: "vfio-pci"
NeutronPluginExtensions: "qos,port_security"
DhcpAgentNotification: true