aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
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 /puppet
parent89095fea26164d96bd14f2f86cc8cd7d3b4c85e6 (diff)
parentbed32cf5759698e9a2b34b9d6ead7bbf7086d1bb (diff)
Merge "Increase default max_connections for MySQL from 1024 to 4096"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/controller-puppet.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml
index d88e54b5..bd8823ad 100644
--- a/puppet/controller-puppet.yaml
+++ b/puppet/controller-puppet.yaml
@@ -228,7 +228,7 @@ parameters:
MysqlMaxConnections:
description: Configures MySQL max_connections config setting
type: number
- default: 1024
+ default: 4096
MysqlRootPassword:
type: string
hidden: true