Comment 8 for bug 1653990

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

Reviewed: https://review.openstack.org/499576
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1cfa30eb08bab5fc73a808302038b7562ad4161c
Submitter: Jenkins
Branch: stable/newton

commit 1cfa30eb08bab5fc73a808302038b7562ad4161c
Author: rabi <email address hidden>
Date: Thu Aug 31 19:24:13 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.

    Note: This needed some changes as https://review.openstack.org/#/c/483574
    merged in stable/newton before this.

    Change-Id: I84e56ba88270079acbfcdc6227c4263b39956fe6
    Closes-Bug: #1653990
    (cherry picked from commit 3967a93f5de2e147a6d9c3f4fef9fd1a8f5d3498)