python-tripleoclient/releasenotes/notes/remove-neutron-dhcp-agents-per-network-1f34e5deeba71cda.yaml
Brent Eagles 4a5fb3810e Remove calculation for NeutronDhcpAgentsPerNetwork
This patch removes the calculation that set the
NeutronDhcpAgentsPerNetwork configuration based on the number of
"controllers" being deployed. With composable roles, this is incorrect
and the default, if required, should be determined by the number of
neutron dhcp agent services being deployed - not a role count.

Closes-Bug: #1632721
Depends-On: I06628764c4769d91bbc42efe1c722702d6574d02
Change-Id: If202a8255f8ad9f662f0d66a5f630f1b7ae60a26
(cherry picked from commit 1051880e92)
2017-03-06 12:57:17 -03:30

7 lines
226 B
YAML

---
fixes:
- |
Removed setting NeutronDhcpAgentsPerNetwork based on controller count.
If not overridden by the user, it should be calculated based on the
number of neutron DHCP agents that are actually deployed.