Temporary disabling SSL for Galera

Last tests discovered the issue, that some nova and neutron commands
don't work properly with Galera under SSL.
It's related with pymysql lib, so we disable SSl for Galera till fix for
pymysql be merged.

Change-Id: I755d9238e81af127576fc34bb18f8bf1540ff024
This commit is contained in:
Sergey Kraynev 2017-02-27 12:05:10 +00:00
parent 8d805174bc
commit a313303f44
1 changed files with 1 additions and 1 deletions

View File

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