Comment 10 for bug 1660943

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/427711
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=a81ccd80db07571a8b094b905112935bc42b4b7f
Submitter: Jenkins
Branch: master

commit a81ccd80db07571a8b094b905112935bc42b4b7f
Author: Emilien Macchi <email address hidden>
Date: Wed Feb 1 08:57:58 2017 -0500

    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: Id49c5068ab4609e3da0417af4714e8cb8485f3d1
    Closes-Bug: #1660943