Comment 51 for bug 1856555

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

Reviewed: https://review.opendev.org/c/openstack/charm-neutron-api/+/922645
Committed: https://opendev.org/openstack/charm-neutron-api/commit/338a21ff3062040c1359efaa21a3fee3f36001c1
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 338a21ff3062040c1359efaa21a3fee3f36001c1
Author: Myles Penner <email address hidden>
Date: Mon Jun 10 10:24:06 2024 -0700

    Add keystone audit middleware API logging

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

    Closes-Bug: 1856555
    Change-Id: I6d4f471607b11c2a0450d74c8fd68385486ec8d9
    (cherry picked from commit 84aec48548154a1db0c420200926b2bc1b111fcc)