Comment 2 for bug 1709553

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

Reviewed: https://review.openstack.org/492014
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=630ce41fe329c351c5aa80f579c9985c5e5508fb
Submitter: Jenkins
Branch: master

commit 630ce41fe329c351c5aa80f579c9985c5e5508fb
Author: Damien Ciabrini <email address hidden>
Date: Wed Aug 9 07:25:42 2017 +0000

    Fix metadata_settings in containerized mongodb

    The containerized version of the mongodb service omits the
    metadata_settings definition [1], which confuses certmonger when
    internal TLS is enabled and make the generation of certificates fail.

    Use the right setting from the non-containerized profile.

    [1] https://review.openstack.org/#/c/461780/

    Change-Id: I50a9a3a822ba5ef5d2657a12c359b51b7a3a42f2
    Closes-Bug: #1709553