openstack-ansible-os_blazar/templates
Dmitriy Rabotyagov 956c84d1a4 Refactor galera_use_ssl behaviour
With PKI role in place in most cases you don't need to explicitly
provide path to the CA file because PKI role ensures that CA is trusted
by the system overall. In the meanwhile in PyMySQL [1] you must either
provide CA file or cert/key or enable verify.

Since current behaviour is to provide path to the custom CA we expect
certificate being trusted overall. Thus we enable cert verification when
galera_use_ssl is True.

[1] 78f0cf99e5/pymysql/connections.py (L267)

Change-Id: I7042118a17d533c472f09bb2098bbc3c01195477
2021-09-21 11:14:02 +00:00
..
blazar.conf.j2 Refactor galera_use_ssl behaviour 2021-09-21 11:14:02 +00:00