Comment 57 for bug 2021550

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/897766
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/ade42e6163b6fbb4bdbbca0ebf2eefe6123174e9
Submitter: "Zuul (22348)"
Branch: stable/zed

commit ade42e6163b6fbb4bdbbca0ebf2eefe6123174e9
Author: zhhuabj <email address hidden>
Date: Tue Oct 10 15:32:47 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: I4e2ffb1d1883d039899c7b1db3e713a54d20ba5e
    Closes-Bug: #2021550