kolla-ansible/releasenotes/notes/fix-masakari-tls-64f010c037e95bea.yaml
Mark Goddard 0b4c8a3c3d Masakari: copy TLS certificates into containers
From Ussuri, if CA certificates are copied into
/etc/kolla/certificates/ca/, these should be copied into all containers.
This is not being done for masakari currently.

Additionally, we are not setting the [DEFAULT] nova_ca_certificates_file
option in masakari.conf. This depends on masakari bug 1873736 being
fixed to work.

This change fixes these issues.

Change-Id: I9a3633f58e5eb734fa32edc03a3022a500761bbb
Closes-Bug: #1888655
2020-07-23 12:06:24 +01:00

9 lines
357 B
YAML

---
fixes:
- |
Fixes an issue with Masakari and internal TLS where CA certificates were
not copied into containers, and the path to the CA file was not configured.
Depends on `masakari bug 1873736
<https://bugs.launchpad.net/masakari/+bug/1873736>`__ being fixed.
`LP#1888655 <https://bugs.launchpad.net/kolla-ansible/+bug/1888655>`__