Comment 6 for bug 1661200

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

Reviewed: https://review.openstack.org/428229
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=21e6b1945d50ae06865d9cfa53d9e5fdf6c30bc2
Submitter: Jenkins
Branch: stable/newton

commit 21e6b1945d50ae06865d9cfa53d9e5fdf6c30bc2
Author: Mykyta Karpin <email address hidden>
Date: Thu Feb 2 12:32:50 2017 +0200

    Disable the deprecation warnings as errors for puppet-syntax

    Recently puppet4 started deprecating ruby 2.0
    with the following commit: https://github.com/puppetlabs/puppet/commit/e9eda7ed56fddcf185fc155d7e0ae054ea327504

    One way to work-around this (in the absence of a more recent ruby version) is to
    not treat this deprecation warnings as fatal when doing the puppet syntax check

    Change-Id: I8575064411ed54a29adb181375fc822a672ea6c3
    Closes-Bug: #1661200
    (cherry picked from commit 49ee82dc151386f5d154e37d1c2f180b10dec7e8)