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