Comment 2 for bug 1495094

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

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

commit 1956ddd2a61a69ab28cdf0645c4b1973be9adbce
Author: Rakesh H S <email address hidden>
Date: Mon Sep 14 17:19:06 2015 +0530

    Convergence: Store resource status in cache data

    Fix failing convergence gate functional tests
    - store resource uuid, action, status in cache data. Most of the code
    requires the resource to have proper status and uuid to work.
    - initialize rsrc._data to None so that the resource data is fetched from
    db first time.

    Change-Id: I7309c7da8fe1ce3e1c7e3d3027dea2e400111015
    Co-Authored-By: Anant Patil <email address hidden>
    Partial-Bug: #1492116
    Closes-Bug: #1495094