Comment 4 for bug 1364484

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

Reviewed: https://review.openstack.org/122431
Committed: https://git.openstack.org/cgit/stackforge/murano/commit/?id=382ea845b12c449a00939c1b207268f2e5494c38
Submitter: Jenkins
Branch: master

commit 382ea845b12c449a00939c1b207268f2e5494c38
Author: Stan Lagun <email address hidden>
Date: Thu Sep 18 18:18:27 2014 +0400

    Runtime properties may no longer have default value

    Default value was ignored for Runtime properties.
    Now Runtime properties get initialized automatically if they have Default key
    (it may be of null value). If such property was not initialized neither by Default
    value nor in initializer an exception is thrown upon access to such property.

    Change-Id: Icde635015a426664c1f78f5602ae73a5cb71f76e
    Closes-Bug: #1364484