Comment 78 for bug 2021550

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/900007
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/9861b4183aad1681ef62578302c6cd7189282d80
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 9861b4183aad1681ef62578302c6cd7189282d80
Author: Zhang Hua <email address hidden>
Date: Fri Nov 3 12:51:45 2023 +0800

    Support disabling apache wsgi socket rotation

    Bug LP 1863232 introduced a new Apache configuration option called
    WSGISocketRotation which allows users to disable wsgi socket
    rotation. This patch makes this configurable with a new
    wsgi-socket-rotation config option that defaults to the Apache
    default and can optionally be set to False.

    Change-Id: Ib0037e3966ef300edc3473268d57f3f7a3b9c260
    Closes-Bug: #2021550