Comment 11 for bug 1375151

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

Reviewed: https://review.openstack.org/135918
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b3db67b27417941c07f556a67931d0111f090837
Submitter: Jenkins
Branch: stable/juno

commit b3db67b27417941c07f556a67931d0111f090837
Author: Angus Salkeld <email address hidden>
Date: Tue Sep 30 15:10:37 2014 +1000

    Make sure that property defaults are converted correctly

    If a developer defines a default boolean as "true", then we really want
    True when we do "self.properties['bla']" not 'true', otherwise this
    is not consistent.

    Change-Id: I3705e573e2fd68a04b26c5589d38f84d68641738
    Partial-bug: #1375151
    (cherry picked from commit 04585f6107f7851d10c5393da74a30ac1c9e2c50)