Comment 6 for bug 1715533

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

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

commit 87a53cc45283a81386ee8f870a25a315b8527749
Author: ejbaek <email address hidden>
Date: Sat Sep 9 11:59:41 2017 +0000

    Fix --max-count handling for nova-manage cell_v2 map_instances

    Code is added to define destination for cell_uuid and max_count
    argument, otherwise specifying --max-count fails with:

    TypeError: map_instances() got an unexpected keyword argument 'max-count'

    Change-Id: I9328a20b97977bfffa21df55bd4d60e711a406a7
    Closes-Bug: #1715533