Comment 12 for bug 1488475

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

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

commit e9e2f50151020b7562389f67ff1d758f689ac553
Author: Rabi Mishra <email address hidden>
Date: Fri Sep 4 11:08:34 2015 +0530

    Fix validation failure for TemplateResource

    When None is returned from `get_attr`, creating a list property
    of TemplateResource with it fails during validation. This
    sanitizes the None values to empty strings.

    Change-Id: I3f1b50854a23cdb3fa16ac976e81aef1473c21eb
    Closes-Bug: #1488475
    (cherry picked from commit 9652d232620cae88332ca076c18413f3a618f7de)