openstack-ansible-os_nova/releasenotes/notes/update_cell0_db_tls-1d14996f697b5c68.yaml
Dmitriy Rabotyagov 3515638326 Ensure TLS is enabled properly for cell0 mapping DB connection
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
2024-04-10 09:09:57 +00:00

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.