Comment 4 for bug 1775468

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

Reviewed: https://review.openstack.org/573120
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=71864aaf19e3c0efa747b8372cd97dd3930f83e0
Submitter: Zuul
Branch: stable/pike

commit 71864aaf19e3c0efa747b8372cd97dd3930f83e0
Author: Joshua Harlow <email address hidden>
Date: Tue May 29 15:56:38 2018 -0700

    Stop showing passwords when bootstrap script is ran

    Currently this causes bash to echo all lines parsed
    and executed; which makes it not so nicely output the
    bootstrapping password.

    This is not something we should encourage and have show
    up in peoples logs or other so stop doing that.

    Change-Id: Iac963a5df393d0359b4c8f93b8756ca168f6f193
    Closes-Bug: #1775468
    (cherry picked from commit 3241012158b12ae578473ee6aa6c414d7443374c)