Comment 4 for bug 1495914

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

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

commit 8ea9f81a996e0385054d87fb3db1d6eba2cf235d
Author: Steven Hardy <email address hidden>
Date: Fri Sep 18 18:19:40 2015 +0100

    Add a functional test proving OS::Heat::None works with validate

    Previously the template-validate logic failed when overriding
    resources with OS::Heat::None in the resource_registry, despite
    this working fine via create/preview.

    Since the fix for bug #1467573 has aligned the template-validate
    logic with that of create/preview, this should now work.

    Change-Id: Id8d0be57d347e7ef6714477747949bd2dadd470c
    Closes-Bug: #1495914