Comment 2 for bug 1702935

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

Reviewed: https://review.openstack.org/486208
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=06b4ff7df857f56d6ecb819895c17e1e708dd071
Submitter: Jenkins
Branch: master

commit 06b4ff7df857f56d6ecb819895c17e1e708dd071
Author: Chris Friesen <email address hidden>
Date: Fri Jul 21 13:25:48 2017 -0600

    Ensure we unshelve in the cell the instance is mapped

    When we create a server it gets put in a specific cell and its
    instance_mappings record in the API DB is set to map that instance
    to that cell.

    When unshelving an instance we want to ensure that the scheduler
    only considers compute nodes in the cell where the instance is
    mapped.

    Change-Id: I96285a1902436cf59b6c6ddf22b69a33503d0f4a
    Closes-Bug: #1702935