Comment 17 for bug 1544967

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-octane (stable/7.0)

Reviewed: https://review.openstack.org/282296
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=8b679e3e16ba89c93d9447212faa743d9773c07f
Submitter: Jenkins
Branch: stable/7.0

commit 8b679e3e16ba89c93d9447212faa743d9773c07f
Author: Oleg Gelbukh <email address hidden>
Date: Tue Feb 16 11:31:01 2016 +0000

    Remove --detailed-exitcodes flag from puppet agent

    Calling --detailed-exitcodes flag causes the puppet agent to
    exit with non-0 code upon successful execution (exit code 2) [1].

    Delete the flag from call to the puppet agent.

    [1] https://docs.puppetlabs.com/puppet/latest/reference/man/agent.html

    Change-Id: I84ed978bdb8b95dc3074ec544ff91f44f8f58f9e
    Related-bug: 1544967
    (cherry picked from commit 8516a995e3d0dca9efaed471476ce51886c2c333)