Comment 7 for bug 1662512

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

Reviewed: https://review.openstack.org/444094
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=840392eeaebe52fb7bef092eda987a897475763c
Submitter: Jenkins
Branch: stable/mitaka

commit 840392eeaebe52fb7bef092eda987a897475763c
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)