Comment 8 for bug 1499379

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

Reviewed: https://review.openstack.org/252201
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=fc1c513d35e39a14fa98308b62ade5e26c8dd37d
Submitter: Jenkins
Branch: master

commit fc1c513d35e39a14fa98308b62ade5e26c8dd37d
Author: ricolin <email address hidden>
Date: Tue Dec 29 15:32:05 2015 +0800

    JSON size violation gives a bad error with nested templates

    This patch propose a normalized error message for both template
    validation and JSON validation.

    Also Add template validation in api template parser to prevent huge template
    (besides nested stacks) pass to engine.

    Change-Id: If62621d7a6f44100a158974f0fc9c3ddf58d8d99
    Depends-On: I981d477c96345e68baa5a3d96c6671ad242dbb63
    Closes-Bug: 1499379