Merge "Increase default max_connections for MySQL from 1024 to 4096"
authorJenkins <jenkins@review.openstack.org>
Fri, 17 Jul 2015 11:17:38 +0000 (11:17 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 17 Jul 2015 11:17:38 +0000 (11:17 +0000)
controller.yaml
overcloud-without-mergepy.yaml
puppet/controller-puppet.yaml

index 5983a41..ae60e91 100644 (file)
@@ -256,7 +256,7 @@ parameters:
   MysqlMaxConnections:
     description: Configures MySQL max_connections config setting
     type: number
-    default: 1024
+    default: 4096
   MysqlRootPassword:
     type: string
     hidden: true
index d4dd5a1..5e1470f 100644 (file)
@@ -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.
index d88e54b..bd8823a 100644 (file)
@@ -228,7 +228,7 @@ parameters:
   MysqlMaxConnections:
     description: Configures MySQL max_connections config setting
     type: number
-    default: 1024
+    default: 4096
   MysqlRootPassword:
     type: string
     hidden: true