Comment 11 for bug 1713786

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

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

commit f34b487db4864787ad92f5a7d6568f31812f1ddb
Author: Matt Riedemann <email address hidden>
Date: Thu Aug 31 11:23:28 2017 -0400

    Add recreate test for forced host evacuate not setting dest allocations

    This adds a functional recreate test for bug 1713786 where
    allocations are not created against the forced destination host
    during an evacuation.

    This asserts the faulty behavior so that a later patch which fixes
    the bug can uncomment the assertions for correct behavior.

    Change-Id: I55bf64a95f6b1b781656920380dc38bda864bd14
    Related-Bug: #1713786