Comment 8 for bug 1561938

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

Reviewed: https://review.openstack.org/297772
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=90fbbb29562a905e8f70badf2c31cfb4ec6841ed
Submitter: Jenkins
Branch: master

commit 90fbbb29562a905e8f70badf2c31cfb4ec6841ed
Author: Matt Riedemann <email address hidden>
Date: Fri Mar 25 13:17:56 2016 -0400

    Fix host-evacuate-live for 2.25 microversion

    Change I01b22593724616bc0a7793c509ecabf095d6927d made the
    live_migrate() method in the ServerManager conditional on the
    API version requested. This broke the host-evacuate-live
    command which is calling ServerManager.live_migrate() directly
    with one too many arguments for the v2.25 version of the method.

    This updates the host-evacuate-live shell to behave like the
    live-migration method and be aware of the API version when
    calling the live_migrate() method.

    Related to blueprint making-live-migration-api-friendly

    Change-Id: I4dbeb6ebe03f03799b706be2d787d21484b5c664
    Closes-Bug: #1561938