Comment 9 for bug 1705683

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

Reviewed: https://review.openstack.org/501254
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cd82d551a95b2fb7ae69c8234a4f9a250e015ac7
Submitter: Jenkins
Branch: stable/pike

commit cd82d551a95b2fb7ae69c8234a4f9a250e015ac7
Author: Alexandru Muresan <email address hidden>
Date: Tue Jul 25 12:18:27 2017 +0300

    Hyper-V: Perform proper cleanup after cold migration

    At the moment, vif ports and volume connections are not cleaned up
    on the source node after a cold migration.

    This change addresses this issue by passing the network and block
    device info objects when destroying the instance.

    Change-Id: I4fd61a6ac09f194ad8be61e6dda092bfd402b806
    Closes-Bug: #1705683
    (cherry picked from commit 20196b74dea4a1af4ea643a45fdb96b03f8ea96d)