Comment 8 for bug 1455252

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

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

commit 984cc474efc6ecbeb1240f49479b6439bc9a9416
Author: Alexander Schmidt <email address hidden>
Date: Fri Jun 12 14:21:07 2015 +0200

    libvirt: enable live migration with serial console

    When migrating an instance that uses serial console, the domain XML
    must be changed to reflect the serial console configuration of the
    target host.

    Also prevent live migration when serial console is enabled and the
    libvirt version is not able to process modified domain XML.

    Change-Id: I654e444584124334e34d4673db6464cc2f2b822e
    Partial-Bug: #1455252