Comment 6 for bug 1677937

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

Reviewed: https://review.openstack.org/475902
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e74c207676db55edf44e70174cebfa48c7f5be48
Submitter: Jenkins
Branch: stable/ocata

commit e74c207676db55edf44e70174cebfa48c7f5be48
Author: Huan Xie <email address hidden>
Date: Wed May 3 00:19:21 2017 -0700

    XenAPI: Create linux bridge in dest host during live migration

    We found VM can live migrate successfully with XenServer hypervisor,
    but after migrating to dest host, we cannot ping the VM's floating
    or fixed IP any more. The problem is, during live migration, we only
    create the network in dest host which the VM's VIF connect to, but we
    don't establish the linux bridge and the corresponding veth pair to
    integration bridge br-int.

    Closes-Bug: 1677937

    Change-Id: I0d69d2ba5b064ef303445892791804608e7f19c5
    (cherry picked from commit d89fe544bd5b119ab6fe24d6a353240efbf5a491)