Comment 5 for bug 1406191

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

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

commit efb321c71a709a6f5b33d9de62587117f0c29ba3
Author: Zhenzan Zhou <email address hidden>
Date: Wed Jan 28 13:10:02 2015 +0800

    Add policy show_password to mask passwords in driver_info

    Ironic API already enforces admin role to run node-show. So a new
    policy show_password is added to control if plain text passwords
    in driver_info should be masked or not before sending back to
    API calls. The default is masking password for all cases.

    Change-Id: Icd3e6be049376bf7b4468f0c149a72a06643da32
    Closes-Bug: #1406191