Comment 6 for bug 1486182

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

Reviewed: https://review.openstack.org/225518
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=22a404d25bb0fe8de4e0e3ee7234d5ccd2066167
Submitter: Jenkins
Branch: stable/kilo

commit 22a404d25bb0fe8de4e0e3ee7234d5ccd2066167
Author: Angus Salkeld <email address hidden>
Date: Mon Sep 21 10:04:44 2015 +1000

    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.

    Conflicts:
     heat/engine/stack.py
     heat/tests/test_stack.py

    Change-Id: I0f5ae779aa46b243c66228e06fa652fb67ea06bf
    Closes-Bug: #1486182
    (cherry picked from commit 213bb164501cd2a3b1811f5466b3f613335b2c7c)