Comment 8 for bug 1518059

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

Reviewed: https://review.openstack.org/385138
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=694a24c3093f5b2595b63ccf988da7972e532084
Submitter: Jenkins
Branch: master

commit 694a24c3093f5b2595b63ccf988da7972e532084
Author: Cedric Brandily <email address hidden>
Date: Tue Oct 11 22:01:16 2016 +0200

    Fix --shared/block-migration options in server migrate command

    Currently, --shared-migration and --block-migration options effects are
    reversed: --block-migration requests a migration with share,
    --shared-migration a block-migration.

    This change corrects OSC implementation and clarifies arguments passed
    to novaclient (the root cause of the bug).

    Change-Id: Ib682cff0c44d3b1304670f8606907b1762d8b1e7
    Closes-Bug: #1518059