Comment 2 for bug 1640251

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

Reviewed: https://review.openstack.org/395099
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=7af307bbe079a72c805ae56e875a285721ec783c
Submitter: Jenkins
Branch: master

commit 7af307bbe079a72c805ae56e875a285721ec783c
Author: Matt Riedemann <email address hidden>
Date: Tue Nov 8 12:55:46 2016 -0500

    Mask passwords in utils.trace for func params

    The utils.trace helper is logging the args list to
    the decorated function but is not masking passwords
    in those args. This change adds a call to mask passwords
    in the function args list.

    Change-Id: I79480c6f9c3e3a9a917854139461650780e6e8b4
    Closes-Bug: #1640251