Comment 5 for bug 1071404

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

Reviewed: https://review.openstack.org/14894
Committed: http://github.com/openstack/nova/commit/e23b3fbac5097cc71e6b23f535598d861e995dfa
Submitter: Jenkins
Branch: master

commit e23b3fbac5097cc71e6b23f535598d861e995dfa
Author: Dan Smith <email address hidden>
Date: Fri Oct 26 09:00:38 2012 -0700

    Add missing live migration methods to ComputeDriver base class

    Several live migration-related methods are implemented in the virt
    drivers (and used in compute/manager), but missing from the base
    class:

      pre_live_migration()
      pre_block_migration()
      post_live_migration_at_destination()

    This adds those, fixing bug 1071404.

    Change-Id: Iccca4706462c5452882e34608df6e477d2280099