Comment 4 for bug 1691079

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova-powervm (stable/ocata)

Reviewed: https://review.openstack.org/465062
Committed: https://git.openstack.org/cgit/openstack/nova-powervm/commit/?id=a425c305dc68dfa81c8f963daa84720910aa7860
Submitter: Jenkins
Branch: stable/ocata

commit a425c305dc68dfa81c8f963daa84720910aa7860
Author: arunmani <email address hidden>
Date: Tue May 16 07:34:43 2017 -0400

    Remove block_migration attribute from migration rollback call

    In case of failed live migration of a VM, remove the block_migration
    attribute from being passed to _rollback_live_migration() method.
    This attribute isn’t required to be passed during the recover method
    invocation as part of migration failure.

    Change-Id: I5fb08612bab82ddbfd0f18634f2ee305c8ed80eb
    Closes-Bug: #1691079