aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-06 02:10:32 +0000
committerGerrit Code Review <review@openstack.org>2017-04-06 02:10:32 +0000
commit011d000c05bee0a01c536521e21fdc3267941858 (patch)
tree53eaf0c2a3a06a2082ea93c275409cd466294156 /releasenotes
parent0e5b8125ded08546876a87cd9e48cdf043bb517b (diff)
parent9c91720199242174151b5d01803785e8266a4db7 (diff)
Merge "Make neutron dhcp agents per network conditional" into stable/ocata
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/allow-neutron-dhcp-agents-per-network-calculation-536c70391497256d.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/allow-neutron-dhcp-agents-per-network-calculation-536c70391497256d.yaml b/releasenotes/notes/allow-neutron-dhcp-agents-per-network-calculation-536c70391497256d.yaml
new file mode 100644
index 00000000..ec22942a
--- /dev/null
+++ b/releasenotes/notes/allow-neutron-dhcp-agents-per-network-calculation-536c70391497256d.yaml
@@ -0,0 +1,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.