Comment 9 for bug 1675176

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/newton)

Reviewed: https://review.openstack.org/462224
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=bedd32243a612d82535e5d5015b8289b441a3be6
Submitter: Jenkins
Branch: stable/newton

commit bedd32243a612d82535e5d5015b8289b441a3be6
Author: Akihiro Motoki <email address hidden>
Date: Wed Mar 22 21:44:27 2017 +0000

    operation_log: Honor settings parameters

    Previously 'format' and 'mask_fields' in OPERATION_LOG_OPTIONS
    were completely ignored. OPERATION_LOG_OPTIONS is a dict, but
    the logic tried to get attributes, so these options were ignored.

    Change-Id: Ide4826ebf74218873a81b67aaa0dd817c4798702
    Closes-Bug: #1675176
    (cherry picked from commit fdb21222b6061c1b42298a9c7d3380a8df6e837a)