kolla-ansible/releasenotes/notes/fix-octavia-cert-config-28f0ef2799406957.yaml
Mark Goddard 84f10f2b33 Tidy up release notes for Ussuri
Change-Id: If3129b569248eb548fcb987f30d318f59144faa7
2020-05-19 11:55:23 +01:00

15 lines
439 B
YAML

---
fixes:
- |
Adapts Octavia to the latest dual CA certificate configuration. The
following files should exist in ``/etc/kolla/config/octavia/``:
* ``client.cert-and-key.pem``
* ``client_ca.cert.pem``
* ``server_ca.cert.pem``
* ``server_ca.key.pem``
See the `Octavia documentation
<https://docs.openstack.org/octavia/latest/admin/guides/certificates.html>`__
for details on generating these files.