Comment 2 for bug 1783988

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

Reviewed: https://review.openstack.org/586518
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d37308d63c0b94ab0815416eaae9fe282c8181e4
Submitter: Zuul
Branch: master

commit d37308d63c0b94ab0815416eaae9fe282c8181e4
Author: Cédric Jeanneret <email address hidden>
Date: Fri Jul 27 13:48:09 2018 +0200

    Fix python3 support in yaml-validate script.

    Python3 drops the "iteritems" method for dict in favor to
    "items".

    Change-Id: I8d21233e917b5d36be385d59f1a7c9a0588aea2d
    Closes-Bug: 1783988