Comment 12 for bug 1518059

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

Reviewed: https://review.openstack.org/480595
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=537b085c8e3442e85058f0398f2a578d2d414bac
Submitter: Jenkins
Branch: stable/newton

commit 537b085c8e3442e85058f0398f2a578d2d414bac
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
    (cherry picked from commit 694a24c3093f5b2595b63ccf988da7972e532084)