Comment 4 for bug 1823370

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

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

commit a7bd9688d533aaa622d6049a99d9339d1fbfa88f
Author: Matt Riedemann <email address hidden>
Date: Fri Apr 5 15:16:41 2019 -0400

    Add functional recreate test for bug 1823370

    When evacuating a server in a multi-cell environment
    we should be restricting the scheduling request during
    evacuate to the cell in which the instance already exists
    since we don't support cross-cell evacuate.

    This adds a functional test to recreate the bug to show
    that the scheduler is not restricted to the instance's
    current cell when evacuating.

    Change-Id: I56e20c84f25cc4961dc8d637c222b6f213c4d5f9
    Related-Bug: #1823370