Comment 3 for bug 1629907

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

Reviewed: https://review.openstack.org/392166
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=d7309d5317410905b0e8244c24e2095767fae693
Submitter: Jenkins
Branch: master

commit d7309d5317410905b0e8244c24e2095767fae693
Author: Ana Krivokapic <email address hidden>
Date: Tue Nov 1 14:35:10 2016 +0100

    Only show deprecated args for overcloud deploy

    The --*-flavor and --*-scale CLI args were deprecated for the "openstack
    overcloud deploy" command. This had the unintentional side effect of making
    them as deprecated in the "openstack overcloud profiles match" command despite
    there being no alternative method.

    This change amends that so that the deprecation warnings are only shown for the
    "deploy" command.

    Change-Id: Iaf60e1e9c99f50d6e63b7da1712a728cd89559a4
    Closes-bug: #1629907