Comment 37 for bug 1572796

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

Reviewed: https://review.openstack.org/332196
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=affec224977174581d19a2b914772cb0409f633e
Submitter: Jenkins
Branch: stable/mitaka

commit affec224977174581d19a2b914772cb0409f633e
Author: Devananda van der Veen <email address hidden>
Date: Fri Jun 10 17:24:53 2016 -0700

    Mask password on agent lookup according to policy

    We currently mask passwords in driver_info for all API responses,
    except for agent lookups. This is because driver_vendor_passthru
    just expects a dict to return as JSON in the response, and doesn't
    modify it at all.

    Change lookup to follow the defined policy when returning the node
    object in the response, the same way we do for other API responses.

    Co-authored-by: Jim Rollenhagen <email address hidden>

    Change-Id: Ib19d2f86d3527333e905fdbf1f09fc3dc8b8c5a7
    Closes-Bug: #1572796
    (cherry picked from commit 426a306fb580762e97ada04e1253dedd9b64d410)