kolla-ansible/releasenotes/notes/senlin-authentication-cafile-4fe5e2f79769c872.yaml
Christian Berendt 9dc2b019a2 senlin: add missing cafile parameter
The cafile parameter in the authentication section is required
in the senlin.conf configuration file when working with
self-signed certificates.

Change-Id: I3cd43cc7f43782a6c1d701a3e5b977bbc42e3719
2023-09-08 18:24:02 +02:00

8 lines
287 B
YAML

---
features:
- |
In the configuration template of the Senlin service the ``cafile``
parameter is now set by default in the ``authentication`` section.
This way the use of self-signed certificates on the internal Keystone
endpoint is also usable in the Senlin service.