Comment 72 for bug 2021550

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

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

commit ec50b1e70fb6a009610af4b94c61dc8d03303430
Author: Zhang Hua <email address hidden>
Date: Fri Nov 3 12:44:44 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: Ibe060cec692e54ab62ce30d1e64c6eb366ee3e4d
    Closes-Bug: #2021550