
Once we've enabled TLS requirement in [1] jobs started failing on cell0 mapping as it was actually different and not connecting to MariaDB through TLS when it was assumed it is. [1] https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/911009 Change-Id: I96fa921cfdb849f59b5abd8452061d4c5bd04a76
8 lines
258 B
YAML
8 lines
258 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Due to missing parameter Nova cell0 used to be configured to not use
|
|
TLS for MySQL communication even when ``nova_galera_use_ssl`` was
|
|
explicitly enabled.
|
|
It is fixed now and cell0 should be updated on the next playbook run.
|