summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/mysql.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-06 11:52:29 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-06 11:59:47 -0500
commitf50ab4b30aa64b03893275edbb0f5d705a989c0b (patch)
tree46bac9fb6ec69215db57adf8db8e38e7696e04ed /ci/bundle_tpl/mysql.yaml
parent4b9a4f89021fe3c4dbf3394f46c72edc4668a83f (diff)
modified to change the cluster count for rabbitmq and relation.
Change-Id: I6c23b7f5c6387b94cda505284612018dddd9e245 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl/mysql.yaml')
-rw-r--r--ci/bundle_tpl/mysql.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_tpl/mysql.yaml b/ci/bundle_tpl/mysql.yaml
index 6317608d..2c618b20 100644
--- a/ci/bundle_tpl/mysql.yaml
+++ b/ci/bundle_tpl/mysql.yaml
@@ -4,7 +4,7 @@
options:
innodb-buffer-pool-size: 2G
#lp1366997-workaround: true
- #max-connections: 20000
+ max-connections: 20000
root-password: {{ get_password('mysql_root') }}
sst-password: {{ get_password('mysql_sst') }}
{% if os.ha.mode == 'ha' %}