Comment 11 for bug 1664635

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/newton)

Reviewed: https://review.openstack.org/438915
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=b431c985530508ec590d618e4381d5d8dd886dbf
Submitter: Jenkins
Branch: stable/newton

commit b431c985530508ec590d618e4381d5d8dd886dbf
Author: Mykyta Karpin <email address hidden>
Date: Thu Feb 23 15:22:10 2017 +0200

    Redirect update-master-node.sh stdout and stderr

    SSHD stops reading of update-master-node.sh stdout
    during puppet run, this causes puppet hanging on
    keystone tasks. In order to avoid this we need to
    redirect script's output to /dev/null.

    Change-Id: I99959cb72caeec33a91358af4b58fa858b9c22c8
    Closes-Bug: #1664635
    (cherry picked from commit ee0bf1cfa424aca4c2eb65a5d8506661b8e3346a)