Comment 4 for bug 1604475

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

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

commit a7f83fc6cec74cc614182b6d931521ded3f54ff2
Author: Andrew Laski <email address hidden>
Date: Tue Jul 19 14:26:53 2016 -0400

    Add async param to local conductor live_migrate_instance

    A new async param was added to the RPC version of live_migrate_instance
    in the conductor but it was missed on the local conductor API. This adds
    that parameter and adds a unit test that uses the parameter.

    Change-Id: I7c44a8fc72ba9afbb67269b0bc7ad59eb9b1580e
    Closes-Bug: #1604475