Comment 5 for bug 1845291

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

Reviewed: https://review.opendev.org/684546
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=64b99bd853ab3e6b64a04333017c39b21010b029
Submitter: Zuul
Branch: master

commit 64b99bd853ab3e6b64a04333017c39b21010b029
Author: Balazs Gibizer <email address hidden>
Date: Tue Sep 24 18:03:33 2019 +0200

    Reset forced_destination before migration at a proper time

    Resetting was in place but it was done after the retry filter is
    populated in the MigrationTask by the populate_retry call. This
    patch moves the reset code before the call to populate_retry as
    to allow retries.

    Change-Id: I8290e890a36cf5a8f409ab8a50e7c72f7ae15025
    Closed-Bug: #1845291