Comment 38 for bug 1572796

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

Reviewed: https://review.openstack.org/332195
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=426a306fb580762e97ada04e1253dedd9b64d410
Submitter: Jenkins
Branch: master

commit 426a306fb580762e97ada04e1253dedd9b64d410
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