aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/allow-neutron-dhcp-agents-per-network-calculation-536c70391497256d.yaml
blob: ec22942ab82aa6b55029688373469bcc4980890c (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    NeutronDhcpAgents had a default value of 3 that, even though unused in
    practice was a bad default value. Changing the default value to a
    sentinel value and making the hiera conditional allows deploy-time
    logic in puppet to provide a default value based on the number of dhcp
    agents being deployed.