Comment 50 for bug 2021550

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

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

commit aca10ccfd9a8a59cec912677fc3b59247eb5c450
Author: Zhang Hua <email address hidden>
Date: Tue Oct 17 17:40:01 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: Ib89f6124b81ffb2579f9bd6c4bf25337ad2d4d19
    Closes-Bug: #2021550