openstack overcloud profiles match shows deprecates args
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Ana Krivokapić |
Bug Description
the --*-flavor and --*-scale CLI args were deprecated for the 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.
> [stack@instack ~]$ openstack overcloud profiles match --help
> WARNING: openstackclient
> usage: openstack overcloud profiles match [-h] [--dry-run]
> [--control-scale CONTROL_SCALE]
> [--compute-scale COMPUTE_SCALE]
> [--ceph-
> [--block-
> [--swift-
> [--control-flavor CONTROL_FLAVOR]
> [--compute-flavor COMPUTE_FLAVOR]
> [--ceph-
> [--block-
> [--swift-
>
> Assign and validate profiles on nodes
>
> optional arguments:
> -h, --help show this help message and exit
> --dry-run Only run validations, but do not apply any changes.
> --control-scale CONTROL_SCALE
> New number of control nodes. (DEPRECATED. Use an
> environment file and set the parameter
> ControllerCount. It will be removed after the "P"
> release.)
> --compute-scale COMPUTE_SCALE
> New number of compute nodes. (DEPRECATED. Use an
> environment file and set the parameter ComputeCount.
> It will be removed after the "P" release.)
> --ceph-
> New number of ceph storage nodes. (DEPRECATED. Use an
> environment file and set the parameter
> CephStorageCount. It will be removed after the the "P"
> release.)
> --block-
> New number of cinder storage nodes. (DEPRECATED. Use
> an environment file and set the parameter
> BlockStorageCount. It will be removed after the "P"
> release.)
> --swift-
> New number of swift storage nodes. (DEPRECATED. Use an
> environment file and set the parameter
> ObjectStorageCount. It will be removed after the "P"
> release.)
> --control-flavor CONTROL_FLAVOR
> Nova flavor to use for control nodes. (DEPRECATED. Use
> an environment file and set the parameter
> OvercloudContro
> "P" release.)
> --compute-flavor COMPUTE_FLAVOR
> Nova flavor to use for compute nodes. (DEPRECATED. Use
> an environment file and set the parameter
> OvercloudComput
> "P" release.)
> --ceph-
> Nova flavor to use for ceph storage nodes.
> (DEPRECATED. Use an environment file and set the
> parameter OvercloudCephSt
> removed after the "P" release.)
> --block-
> Nova flavor to use for cinder storage nodes.
> (DEPRECATED. Use an environment file and set the
> parameter OvercloudBlockS
> removed after the "P" release.)
> --swift-
> Nova flavor to use for swift storage nodes.
> (DEPRECATED. Use an environment file and set the
> parameter OvercloudSwiftS
> removed after the "P" release.)
Changed in tripleo: | |
status: | Confirmed → Triaged |
Changed in tripleo: | |
milestone: | ocata-1 → ocata-2 |
Moving it to Ocata 1. It doesn't seem critical for RC3.