e84c968ed2
This patch updates the octavia controller deployment to use the latest octavia certificate configuration guide [1]. The dual CA changes were introduced in Train. [1] https://docs.openstack.org/octavia/latest/admin/guides/certificates.html Change-Id: If89ec0d631568db70690f1a69d00115c59abe678 Closes-Bug: #1862133
15 lines
438 B
YAML
15 lines
438 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Adapt 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.
|