Merge "Increase default max_connections for MySQL from 1024 to 4096"

This commit is contained in:
Jenkins 2015-07-17 11:17:38 +00:00 committed by Gerrit Code Review
commit 5426ea2f20
3 changed files with 3 additions and 3 deletions

View 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

View 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.

View 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