Comment 2 for bug 1534837

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

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

commit 6d9273b25f054414d4271030c09b4353424fed21
Author: Matt Riedemann <email address hidden>
Date: Fri Jan 15 14:27:28 2016 -0800

    libvirt: handle migrate_data as object in cleanup method

    As of 69e01758076d0e89eddfe6945c8c7e423c862a49, the
    migrate_data parameter is a LibvirtLiveMigrateData object
    and doesn't have dict-compat so we have to handle it like an
    object.

    Also adds a unit test for this case which didn't exist before
    which is probably why it wasn't caught in the previous change.

    Change-Id: I5a676334d0082373b5c1895f060283cc942b2d40
    Closes-Bug: #1534837