Comment 11 for bug 1761054

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

Reviewed: https://review.openstack.org/561851
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c17516f3999447ad0d4ec7ecd8f223f6468b693a
Submitter: Zuul
Branch: stable/ocata

commit c17516f3999447ad0d4ec7ecd8f223f6468b693a
Author: jichenjc <email address hidden>
Date: Wed Apr 4 13:26:01 2018 +0800

    Avoid showing password in log

    per bug indicated, the password is shown in the log.

    https://github.com/openstack/oslo.utils/blob/master/oslo_utils/strutils.py#L295
    indicated auth_password can be masked through mask_password method.

    Conflicts:
            nova/compute/manager.py

    NOTE(lyarwood): Conflicts caused by Ica323b87fa85a454fca9d46ada3677f18fe50022
    and Ifc01dbf98545104c998ab96f65ff8623a6db0f28 not being present in Pike.
    Additionally If12e7860baad2899380f06144a0270784a5466b8 was not present
    in Queens but landed in Pike and Ocata as a stable only change.

    Change-Id: I725eea1866642b40cc6b065ed0e8aefb91ca2889
    Closes-Bug: 1761054
    (cherry picked from commit 1b61d6c08c7c86834acab45320230824b88d529c)
    (cherry picked from commit df90dfd5cdf76c65b8d8a539d79e384c82c8428c)
    (cherry picked from commit 978066fe31a5331f143a05e1fd753c729b2dcf09)