Comment 2 for bug 1509880

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

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

commit af3355d34c8b8e4030f7a928a6c7cb9ad70e0795
Author: Steve Baker <email address hidden>
Date: Mon Oct 26 17:04:47 2015 +0900

    Resource.has_interface check get_resource_info result

    This changes the behaviour of has_interface to not assume that
    get_resource_info always returns a type. There are circumstances when it
    won't, such as when the type is no longer in the new registry during a
    stack update.

    Change-Id: Idd9dade85d105dc6839ff0740e6c80aca6b7ad9f
    Closes-Bug: #1509880