Comment 6 for bug 1923048

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/786897
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/70f6c7804595a0d09e382b0da911792b967a7d34
Submitter: "Zuul (22348)"
Branch: stable/train

commit 70f6c7804595a0d09e382b0da911792b967a7d34
Author: Grzegorz Grasza <email address hidden>
Date: Thu Apr 8 14:34:57 2021 +0200

    Mount /etc/openldap inside the keystone container

    For configuring high availability for LDAP in keystone one
    needs to edit /etc/openldap/ldap.conf. This worked
    before control plane was containerised. Mounting the
    openldap configuration into the keystone container
    restores the previous behavior.

    Change-Id: Id0d73a8ab0ddf7bf9e2b76ea14ffc9acff3a0ad3
    Closes-Bug: #1923048
    Resolves: rhbz#1944466
    (cherry picked from commit 313e4484e2a219eec7affb5e1e5e61d41687c6fd)