Comment 6 for bug 1712045

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

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

commit 1ce7a136b362fbfb2d3d231ba8e1cd77081139ce
Author: Lajos Katona <email address hidden>
Date: Mon Aug 21 12:27:09 2017 +0200

    Add functional live migrate test

    Live migration now seems to be failing, as after the movement of the VM,
    the allocations are both present on the source host, and on the
    destination host.
    The related assertions are commented out and replaced with wrong ones to
    make the test pass.

    Change-Id: Ib15d34c8da14dd006a0782e325d3c5e7b83fd0f1
    Related-Bug: #1712045