Comment 2 for bug 1653990

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

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

commit 3967a93f5de2e147a6d9c3f4fef9fd1a8f5d3498
Author: rabi <email address hidden>
Date: Fri Jun 23 17:43:19 2017 +0530

    Filter out resources not in template when listing

    It's possibile for resource listing of a legacy stack with an update
    in progress to have resources in db but not in template.

    Probably it would not hurt to filter those out.

    Change-Id: I84e56ba88270079acbfcdc6227c4263b39956fe6
    Closes-Bug: #1653990