Comment 4 for bug 1552303

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

Reviewed: https://review.openstack.org/287363
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4378b4fa43aa966aee8ddee77d5220e9c4476b5a
Submitter: Jenkins
Branch: master

commit 4378b4fa43aa966aee8ddee77d5220e9c4476b5a
Author: Pawel Koniszewski <email address hidden>
Date: Fri Mar 11 16:32:21 2016 +0100

    Use migrate_data.block_migration instead of block_migration

    Since nova can calculate block_migration we might end up with
    a case where block_migration is None while migrate_data.block_migration
    is True.

    Both drivers that support block live migration, Libvirt and Xenapi,
    use migrate_data.block_migration already, so we should switch to use
    it everywhere, instead of in drivers only.

    Change-Id: Iaa8aea3cb58ed0864a6a38d4a163649f52e32c5c
    Closes-Bug: #1552303