Comment 2 for bug 1505054

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

Reviewed: https://review.openstack.org/233485
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=20825d991e77c5aad6c596240143c48dd9e205c6
Submitter: Jenkins
Branch: master

commit 20825d991e77c5aad6c596240143c48dd9e205c6
Author: huangtianhua <email address hidden>
Date: Mon Oct 12 11:47:57 2015 +0800

    Do not return None when get_attr if res is in SNAPSHOT/CHECK

    To get attribute instead of return None if resource
    is in SNAPSHOT or CHECK action.

    This patch allow to get_attr for hot template version
    '2013-05-23' also.

    Change-Id: I318f4c158ebe0a4afbb3f0bcbe9d856d90f0a4bb
    Closes-Bug: #1505054