Skip to content

Commit cf8f5cf

Browse files
authored
Mention tls_cacertfile in the release notes (#1375)
Signed-off-by: Christian Berendt <[email protected]>
1 parent d22fd5a commit cf8f5cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/notes/7.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,15 @@ Upgrade notes
462462
``/var/run/fluentd`` (check `GitHub issue #864 <https://github.com/osism/issues/issues/864>`_
463463
for details). We assume that other directory names have changed similarly.
464464

465+
* If a Keystone domain with LDAP backend is used, it is important to add the ``tls_cacertfile``
466+
parameter in the ``[ldap]`` section of the corresponding domain configuration.
467+
468+
.. code-block:: ini
469+
470+
[ldap]
471+
...
472+
tls_cacertfile = /etc/ssl/certs/ca-certificates.crt
473+
465474
Known issues
466475
------------
467476

0 commit comments

Comments
 (0)