Comment 20 for bug 1455252

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

Reviewed: https://review.openstack.org/406898
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7cdd8b2bf3583db78b9dc02f7341cb8a3472aed1
Submitter: Jenkins
Branch: stable/newton

commit 7cdd8b2bf3583db78b9dc02f7341cb8a3472aed1
Author: Markus Zoeller <email address hidden>
Date: Tue Nov 22 17:08:14 2016 +0100

    libvirt: Acquire TCP ports for console during live migration

    During a live migration process we reserve serial ports on
    destination host and update domain XML during migration to
    use the new reserved ports from destination.

    If the migration succeeds we release ports on the source host.
    If the migration fails we release reserved ports on the
    destination host.

    Conflicts:
     nova/tests/unit/virt/libvirt/test_driver.py
     nova/virt/libvirt/driver.py

    Co-Authored-By: Sahid Ferdjaoui <email address hidden>
    Change-Id: Ie2524191d22cca2287eb7dbaa22b74d43e43c896
    Closes-Bug: #1455252
    (cherry picked from commit 898bb13304b68f33a130281d5acf425a1b23d171)