Skip to content
Snippets Groups Projects
Commit 9dc2b019 authored by Christian Berendt's avatar Christian Berendt
Browse files

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
parent da2d8e8b
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ workers = {{ senlin_api_workers }}
[authentication]
auth_url = {{ keystone_internal_url }}
cafile = {{ openstack_cacert }}
service_username = {{ senlin_keystone_user }}
service_password = {{ senlin_keystone_password }}
service_project_name = service
......
---
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment