Comment 61 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-glance/+/922686
Committed: https://opendev.org/openstack/charm-glance/commit/4c88d70ce31e09ba36a4cbab133a2d7ec2a184c6
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 4c88d70ce31e09ba36a4cbab133a2d7ec2a184c6
Author: Myles Penner <email address hidden>
Date: Fri May 31 10:25:16 2024 -0700

    Add keystone audit middleware API logging

    This commit adds Keystone audit middleware API logging to
    the Glance 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 writes to
    /var/log/glance/glance-api.log.
    This commit builds on previous discussions:
    https://github.com/juju/charm-helpers/pull/808.

    Closes-Bug: 1856555
    Change-Id: Ied08b56cf3c4fa30827d43a50ca7b552db0fa82b
    (cherry picked from commit 66a167eb42d53f8e12a856c9f0b2d888e57b1742)