Comment 3 for bug 1583702

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystonemiddleware (master)

Reviewed: https://review.openstack.org/321882
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=8859345f3beca0c037ebd6d3a4eaabe07c6bbd73
Submitter: Jenkins
Branch: master

commit 8859345f3beca0c037ebd6d3a4eaabe07c6bbd73
Author: guang-yee <email address hidden>
Date: Thu May 26 15:30:43 2016 -0700

    use local config options if available in audit middleware

    Some services such as Swift does not use Oslo (global) config. In that
    case, make sure we can pass the options via local config instead. This is
    consistent with how auth_token middleware handle global and local
    config options.

    Change-Id: Ica7f1a4de2676549b2b65cca0181f2a911156ee6
    Closes-Bug: 1583702