Comment 3 for bug 1354962

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

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

commit acf39978ad91bb6d49cb23459f0c521f3262afac
Author: Zane Bitter <email address hidden>
Date: Mon Aug 11 17:26:14 2014 -0400

    Don't validate parameters when loading a stack

    All kinds of Frankentemplates can now be stored in the database. We don't
    want to refuse to load them again. Only validate the parameters when we
    actually validate the stack.

    Change-Id: I8bff116f1a9c16be2bd10a8da685ef9571e1101f
    Closes-bug: #1354962