Comment 2 for bug 1634447

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

Reviewed: https://review.openstack.org/388851
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2392d7e38cc5937921c2ecaf5af2b21f3cb32c40
Submitter: Jenkins
Branch: master

commit 2392d7e38cc5937921c2ecaf5af2b21f3cb32c40
Author: Jeffrey Zhang <email address hidden>
Date: Thu Oct 20 02:21:35 2016 +0800

    Add file validator for *.json.j2 file

    All json file in Kolla are json.j2 file, it shold be render as jinja
    template, then validate by using json.

    Change-Id: Ibabbe435116fd255d68347e00407156db76fedfe
    Closes-Bug: #1634447