Comment 13 for bug 1846791

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/train)

Reviewed: https://review.opendev.org/746258
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=bc29d7f938179e593403a29510d9989bd52e647c
Submitter: Zuul
Branch: stable/train

commit bc29d7f938179e593403a29510d9989bd52e647c
Author: Steve Baker <email address hidden>
Date: Thu Aug 13 14:23:16 2020 +1200

    Wait for lock release during power state change

    When power state change is slow, the subsequent provide workflow can
    fail because getting a lock on the node times out.

    Apparently a node can remain locked for some time after a power state
    change, so this issue should be solved by *also* waiting for the node
    to be unlocked in the wait_for_power_state action.

    Change-Id: I26f23330c50ccf7cb11fb9171d0a82279a497d22
    Closes-Bug: #1846791