Comment 5 for bug 1661200

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

Reviewed: https://review.openstack.org/428231
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=af4d0aa90f0581a32449dc354917fd8d0448780a
Submitter: Jenkins
Branch: stable/mitaka

commit af4d0aa90f0581a32449dc354917fd8d0448780a
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)