Comment 29 for bug 1037183

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

Reviewed: https://review.openstack.org/12003
Committed: http://github.com/openstack/nova/commit/3c176c3ffaef6fea32d9a8a6e271d2656bf47075
Submitter: Jenkins
Branch: master

commit 3c176c3ffaef6fea32d9a8a6e271d2656bf47075
Author: Yun Mao <email address hidden>
Date: Sat Aug 25 10:34:58 2012 -0400

    Correct live_migration rpc call in test

    self.driver.compute_rpcapi.live_migration should be the correct
    way to issue live_migration call instead of
    compute_rpcapi.ComputeAPI.live_migration, because the ComputeAPI
    is a class, not an instance of the class.
    This technically does not matter because the method is moxed out
    anyway for testing, but still it is confusing.

    Partially fix bug 1037183

    Change-Id: Id41520a44fb9cfc19e269427ee42493e5dc52f5b