Comment 6 for bug 1760996

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.openstack.org/582426
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=cc62709055cd06c139ce4c534d73f369da674dbf
Submitter: Zuul
Branch: stable/queens

commit cc62709055cd06c139ce4c534d73f369da674dbf
Author: James Slagle <email address hidden>
Date: Tue Apr 3 17:43:57 2018 -0400

    Don't log set_fact tasks for role_data

    set_fact logs the fact value. In the case of reading the role_data_*
    files, this is very verbose as the files can be large. Use no_log: True
    to make these tasks less verbose. The content is saved in the
    config-download output already, so no useful info is lost.

    Change-Id: Ie6f75113194961628a0c9bdfbfbf5d88a18059eb
    Closes-Bug: #1760996
    (cherry picked from commit f044539b1cade9b343051c81b2f18dadd8b7c918)