Comment 80 for bug 2021550

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/897757
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/115bf8f78f5a40233267006b71dc8a466cbf541a
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 115bf8f78f5a40233267006b71dc8a466cbf541a
Author: zhhuabj <email address hidden>
Date: Tue Oct 10 15:19:50 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: I7bbf1443ff02515e24c8f7e0b6b21c986636ddce
    Closes-Bug: #2021550