openstacksdk/releasenotes/notes/add-tls-container-refs-params-for-octavia-pools-76f295cd2daa7f53.yaml
Omer c8557f8847 Add 2 tls container params for Octavia Pools
This patch add 2 new pool options, which are 'ca_tls_container_ref' and
'crl_container_ref'.

'ca_tls_container_ref' will store the ca certificate used by backend
servers.
'crl_container_ref' will store the revocation list file.

Change-Id: I86277ff370e9ca04a22400348dbca90c63af55bc
2023-08-09 15:40:19 +02:00

7 lines
222 B
YAML

---
features:
- |
Add both ``ca_tls_container_ref`` and ``crl_container_ref``
parameters for Octavia pools, which can be used to store the ca
certificate used by backend servers and the revocation list file.