Comment 4 for bug 1662512

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

Reviewed: https://review.openstack.org/430713
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=5b00f6081d116ca11150036c89570cedb1c70d39
Submitter: Jenkins
Branch: stable/newton

commit 5b00f6081d116ca11150036c89570cedb1c70d39
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Tue Feb 7 17:13:35 2017 +0300

    Astute do not respect debug option for puppet task

    Run cluster with enable debug option do not affect
    puppet task which always run with debug disable.

    It is happened because Nailgun send debug option which
    Astute setup for every task, but puppet task required
    puppet_debug option to control it behavior. This code
    will connect this parameters.

    Change-Id: I8df68105aa699e83673c39a0f03bb22673171d6f
    Closes-Bug: #1662512
    (cherry picked from commit 003a0a0efdbedf51fef943586286e00068175b43)