9dc2b019a2
The cafile parameter in the authentication section is required in the senlin.conf configuration file when working with self-signed certificates. Change-Id: I3cd43cc7f43782a6c1d701a3e5b977bbc42e3719
8 lines
287 B
YAML
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.
|