Comment 5 for bug 1712850

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

Reviewed: https://review.openstack.org/497541
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=78850296a54ff2e1ec298c013fa91fc6eace962b
Submitter: Jenkins
Branch: master

commit 78850296a54ff2e1ec298c013fa91fc6eace962b
Author: Matt Riedemann <email address hidden>
Date: Thu Aug 24 14:22:20 2017 -0400

    Add functional test for rescheduling during a migration

    This adds a functional test which recreates the bug where
    the allocations on a destination node are not removed from
    Placement before rescheduling during a cold migrate operation,
    which is the same code flow as a resize even though resize
    isn't explicitly tested here.

    Change-Id: I1e3def1e98d0008240837eb1ad0eaa81a9b2d189
    Related-Bug: #1712850