Enable SSl for Galera by default

The root cause was found and it was related with eventlet bug.
Patch with fix was proposed on review.

Change-Id: I2d67d97ce7c9938120f0a01729500a50dffa90bf
Depends-On: I1cc350eb9cf1ae988e36a9b2c6ff5ed40b39c2e3
This commit is contained in:
Sergey Kraynev 2017-03-01 09:17:06 +00:00
parent f16d871eba
commit 9106e828cc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ configs:
root_password: "password"
max_timeout: 60
tls:
enabled: false
enabled: true
percona:
cluster_name: "k8scluster"
xtrabackup_password: "password"