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.
Reviewed: https:/ /review. opendev. org/650424 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=a7bd9688d53 3aaa622d6049a99 d9339d1fbfa88f
Committed: https:/
Submitter: Zuul
Branch: master
commit a7bd9688d533aaa 622d6049a99d933 9d1fbfa88f
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: I56e20c84f25cc4 961dc8d637c222b 6f213c4d5f9
Related-Bug: #1823370