Comment 2 for bug 1544949

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

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

commit c4fde708edbc400e3c44d7dcbfe131f9e987912f
Author: Rakesh H S <email address hidden>
Date: Fri Feb 12 17:58:24 2016 +0530

    Convergence: Fix rollback considered as failed concurrent update

    In convergence, if stack state_set returns None, it indicates failed
    concurrent update.
    Fix rollback logic to follow convergence code path while saving the
    stack state in DB, so that convergence post stack action code is
    executed.

    Change-Id: I9c4910c9fa56aa0070c752fc419e5e5fa7f13e99
    Closes-Bug: #1544949