Comment 71 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-cinder/+/922759
Committed: https://opendev.org/openstack/charm-cinder/commit/67a7634c4c940ad9711cd307b7c641afaededc4f
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 67a7634c4c940ad9711cd307b7c641afaededc4f
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.

    func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1236
    Closes-Bug: 1856555
    Change-Id: Ia7dbd6af2305e92eaa9a65890644c4a324ab2c65
    (cherry picked from commit e25b5d38fbb0692e5fab6e7f562c974316d61abe)