Comment 21 for bug 1829062

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

Reviewed: https://review.opendev.org/671335
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=09cfcc1464dce0eb7c05caf42375290bbaae4199
Submitter: Zuul
Branch: master

commit 09cfcc1464dce0eb7c05caf42375290bbaae4199
Author: Bogdan Dobrelya <email address hidden>
Date: Wed Jul 17 18:38:06 2019 +0200

    Wire-in Apache MPM module parameters and switch it

    Allow to configure Apache MPM module for the containerized API/WSGI'ish
    services running Apache as a backend. Change the default from 'prefork'
    to 'event', which is a low level change and should provide no sensible
    upgrade impact. This alleviates the related heartbeats threading issue
    arising with the monkey-patched eventlet.

    Merge the missing ApacheServiceBase config settings for Octavia API,
    Horizon and Ironix PXE. This is needed to apply the base Apache
    service hiera settings, including MPM module switches, for those
    as well.

    Related-bug: #1829062

    Change-Id: Ia65af7a9d6ae106a61ec52912bebba72830d5f28
    Signed-off-by: Bogdan Dobrelya <email address hidden>