Comment 2 for bug 1309244

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

Reviewed: https://review.openstack.org/90836
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=1e7ad37b8a842094963d3296cf127614f49e10fe
Submitter: Jenkins
Branch: master

commit 1e7ad37b8a842094963d3296cf127614f49e10fe
Author: Joe Gordon <email address hidden>
Date: Mon Apr 28 22:17:50 2014 +0000

    Deprecate num-instances in favor of min/max count

    For 'nova boot', num_instances only set max_count, which will try to
    launch up to max_count instances. But sometimes users want to either
    launch min_count instances or nothing. So deprecate --num-instances
    and use --min-count and --max-count instead.

    DocImpact: deprecate '--num-instances' for 'nova boot'

    Change-Id: If0088aef554a528258799b22c6e793541474cb0d
    Closes-bug: #1309244