Comment 71 for bug 1811401

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

Reviewed: https://review.openstack.org/636874
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=6be616a38c5e6e32882d667017cdeedb0d306683
Submitter: Zuul
Branch: stable/rocky

commit 6be616a38c5e6e32882d667017cdeedb0d306683
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Fri Jan 25 11:18:15 2019 +0200

    TLS everywhere: Set post-save command for httpd

    The default command wasn't working, so here we set one that will
    actually work.

    httpd is a fairly simple instance, since the certs are mounted from the
    directory (and not the individual certs). So there is no need to copy
    anything to the container or do any post-processing. All we need to do
    is tell httpd to load the new certs.

    Related-Bug: #1811401
    Depends-On: I642f48aa0e66ca57de2ecee921c798747ba41e1a
    Change-Id: I862f0d15f769167c8b5d27cf302b7087b8fad0ab
    (cherry picked from commit 514f99c575151489bdfef0cde01a0ebd57e5e131)