tripleo-heat-templates/releasenotes/notes/set-DhcpAgentNotification-to-be-false-by-default-4fe7acaa60d2a95f.yaml
Slawek Kaplonski 79e24494bf Set DhcpAgentNotification to be "false" by default
This option is set to true by default in Neutron but it should be
disabled in case when OVN backend is used.
It should be enabled only when "traditional" dhcp agents are used in
Neutron.
As OVN is default Neutron backend in the Tripleo, this patch sets
DhcpAgentNotification option to be False by default and enables it only
when neutron-dhcp-agent is going to be deployed.

Closes-Bug: #1937035
Change-Id: I5f8ad32a9fa888dec6b26c0185f8b506521bd6e3
2021-08-31 12:33:04 +02:00

7 lines
234 B
YAML

---
other:
- |
Parameter ``DhcpAgentNotification`` is set to ``False`` by default now. It
should be set to ``True`` in case when Neutron DHCP agent is going to be
deployed. It shouldn't be enabled with ML2/OVN backend.