Comment 79 for bug 2021550

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/900012
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/57c7a9be3987fbef52b66a7c2b71e74372c26cf4
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 57c7a9be3987fbef52b66a7c2b71e74372c26cf4
Author: Zhang Hua <email address hidden>
Date: Fri Nov 3 12:58:19 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: I29685c8931a20eef4ad44aa130bb0198fbcb9885
    Closes-Bug: #2021550