aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-without-mergepy.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-17 11:17:38 +0000
committerGerrit Code Review <review@openstack.org>2015-07-17 11:17:38 +0000
commit5426ea2f200a81cab1245d9aa02e2e47a440e3d6 (patch)
treea0309717d58190e5331e8bba5a88f6211042f2fe /overcloud-without-mergepy.yaml
parent89095fea26164d96bd14f2f86cc8cd7d3b4c85e6 (diff)
parentbed32cf5759698e9a2b34b9d6ead7bbf7086d1bb (diff)
Merge "Increase default max_connections for MySQL from 1024 to 4096"
Diffstat (limited to 'overcloud-without-mergepy.yaml')
-rw-r--r--overcloud-without-mergepy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml
index d4dd5a1f..5e1470f0 100644
--- a/overcloud-without-mergepy.yaml
+++ b/overcloud-without-mergepy.yaml
@@ -398,7 +398,7 @@ parameters:
MysqlMaxConnections:
description: Configures MySQL max_connections config setting
type: number
- default: 1024
+ default: 4096
NeutronDnsmasqOptions:
default: 'dhcp-option-force=26,1400'
description: Dnsmasq options for neutron-dhcp-agent. The default value here forces MTU to be set to 1400 to account for the tunnel overhead.