Comment 1 for bug 1811294

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

Reviewed: https://review.openstack.org/629947
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=719c1bc32e6cdd0efe9e9c676f286c27cef0178b
Submitter: Zuul
Branch: master

commit 719c1bc32e6cdd0efe9e9c676f286c27cef0178b
Author: Duc Truong <email address hidden>
Date: Thu Jan 10 23:04:44 2019 +0000

    Set owner for actions in waiting for lifecycle

    - Set owner for that node stop or node delete actions that are created
      as part of cluster scale-in. That way those actions will be cleaned
      up by garbage collection if the engine dies.
    - Reset owner back to None if the node stop or node delete actions fail
      or the lifecycle timeout is hit. This is necessary for those actions
      to be get picked to be executed by dispatcher.

    Change-Id: I004386b069597af62da06fa88659babe91197229
    Closes-Bug: #1811294