79e24494bf
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
7 lines
234 B
YAML
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.
|