Comment 69 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-cinder/+/922752
Committed: https://opendev.org/openstack/charm-cinder/commit/062ef2fec42389ba91708356e0ce9a4d8869c57b
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 062ef2fec42389ba91708356e0ce9a4d8869c57b
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)