Comment 3 for bug 1486182

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

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

commit 213bb164501cd2a3b1811f5466b3f613335b2c7c
Author: Steve Baker <email address hidden>
Date: Wed Aug 19 12:19:59 2015 +1200

    Allow empty/None output values

    Currently validation fails if a template output Value is set to
    something which evaluates to False. This change makes the check
    look for the Value key instead.

    This fixes what appears to be a behaviour regression from Juno->Kilo.

    Change-Id: I0f5ae779aa46b243c66228e06fa652fb67ea06bf
    Closes-Bug: #1486182