Comment 70 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-cinder/+/922757
Committed: https://opendev.org/openstack/charm-cinder/commit/0b1667a3830bf5840490a2a035e3258fe14a77ce
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 0b1667a3830bf5840490a2a035e3258fe14a77ce
Author: Myles Penner <email address hidden>
Date: Wed May 29 15:13:18 2024 -0700

    Add keystone audit middleware API logging

    This commit adds Keystone audit middleware API logging to the Cinder
    charm in versions Yoga and newer to allow users to configure their
    environment for CADF compliance. This feature can be enabled/disabled
    and is set to 'disabled' by default to avoid bloat in log files.
    The logging output is configured to /var/log/apache2/cinder_error.log.
    This commit builds on previous discussions:
    https://github.com/juju/charm-helpers/pull/808.

    Closes-Bug: 1856555
    Change-Id: Ia7dbd6af2305e92eaa9a65890644c4a324ab2c65
    (cherry picked from commit e25b5d38fbb0692e5fab6e7f562c974316d61abe)