Comment 2 for bug 1845480

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

Reviewed: https://review.opendev.org/685034
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=40bd35fcc2d9aecba490a88230f9e7302e6d59c1
Submitter: Zuul
Branch: master

commit 40bd35fcc2d9aecba490a88230f9e7302e6d59c1
Author: Lucian Petrut <email address hidden>
Date: Thu Sep 26 13:33:23 2019 +0300

    Pass missing arg to "migrate_instance_finish"

    This method now accepts a mapping between port ids and resource
    providers as per I220fa02ee916728e241503084b14984bab4b0c3b.

    We'll need to figure how exactly should this dict look like.
    Meanwhile, we'll just pass "None", which Nova seems to accept
    for backwards compatibility reasons.

    This is a temporary workaround meant to unblock the gate. It will
    have to be properly handled by the time we release Ussuri, otherwise
    we won't be able to support port QoS.

    Change-Id: I878eab9615a76edab0f8ae5bb0d16652baae473a
    Partial-Bug: #1845480