aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-06 14:42:57 +0000
committerGerrit Code Review <review@openstack.org>2017-03-06 14:42:57 +0000
commit07f686d085b6d934fdd998fedea8268d78c2c50a (patch)
treec5dd92473d891c13f99cd4bbc050e3c30240c867 /releasenotes
parent540df69624e37ba6d9ab8ebe9e2e0ac54a7acb49 (diff)
parent3c5345fc75da1e289929ef5caf08a0f75f904bb4 (diff)
Merge "Make neutron dhcp agents per network conditional"
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.