diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-03 17:25:18 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-09-03 17:25:18 -0500 |
commit | 3240e47c77172eef852a187ce3900112f89e1785 (patch) | |
tree | 780e17377faf5c6ebc7fe976b2bd10e0c3c26002 /ci/config_tpl/juju2/bundle_tpl/mysql.yaml | |
parent | ea65265e93f162bdf3b236d0c58ac2d30db57f88 (diff) |
modified to include rados gateway with vip.
Change-Id: I5828c3b37e71da04515867f7e7d2b5bd10e9f9b1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/mysql.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/mysql.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml index 87f6346a..f7ecc708 100644 --- a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml @@ -9,7 +9,7 @@ {% endif %} options: innodb-buffer-pool-size: 256M - max-connections: 2000 + max-connections: 4000 #use-https: "yes" #https-service-endpoints: "True" #performance-schema: true |