From 3d705df87da923640a47ff5508aefa734193b60e Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 6 May 2015 10:20:03 +0200 Subject: [PATCH] Remove deprecated commands from the CLI reference Change-Id: Iae5128a76c85ee09cd3ffb4f35bb60cf1b708b99 --- .../generated/ch_cli_ceilometer_commands.xml | 221 ------------------ .../generated/ch_cli_cinder_commands.xml | 2 +- .../generated/ch_cli_glance_commands.xml | 1 + .../generated/ch_cli_heat_commands.xml | 28 --- .../generated/ch_cli_ironic_commands.xml | 2 +- .../generated/ch_cli_nova_commands.xml | 67 ------ .../generated/ch_cli_trove_commands.xml | 2 +- 7 files changed, 4 insertions(+), 319 deletions(-) diff --git a/doc/cli-reference/generated/ch_cli_ceilometer_commands.xml b/doc/cli-reference/generated/ch_cli_ceilometer_commands.xml index deb474837f..7ea83fe0e6 100644 --- a/doc/cli-reference/generated/ch_cli_ceilometer_commands.xml +++ b/doc/cli-reference/generated/ch_cli_ceilometer_commands.xml @@ -2743,227 +2743,6 @@ Update an existing alarm based on computed statistics. - - -
- ceilometer alarm-update - usage: ceilometer alarm-update [--name <NAME>] - [--project-id <ALARM_PROJECT_ID>] - [--user-id <ALARM_USER_ID>] - [--description <DESCRIPTION>] [--state <STATE>] - [--severity <SEVERITY>] - [--enabled {True|False}] - [--alarm-action <Webhook URL>] - [--ok-action <Webhook URL>] - [--insufficient-data-action <Webhook URL>] - [--time-constraint <Time Constraint>] - [--remove-time-constraint <Constraint names>] - [--period <PERIOD>] - [--evaluation-periods <COUNT>] [-m <METRIC>] - [--statistic <STATISTIC>] - [--comparison-operator <OPERATOR>] - [--threshold <THRESHOLD>] - [--matching-metadata <Matching Metadata>] - [--repeat-actions {True|False}] - [<ALARM_ID>] - -Update an existing alarm (Deprecated). - - Positional arguments - - <ALARM_ID> - - - ID of the alarm to update. - - - - - - Optional arguments - - --name <NAME> - - - Name of the alarm (must be unique per tenant). - - - - - --project-id <ALARM_PROJECT_ID> - - - Tenant to associate with alarm (only settable - by admin users). - - - - - --user-id <ALARM_USER_ID> - - - User to associate with alarm (only settable by - admin users). - - - - - --description <DESCRIPTION> - - - Free text description of the alarm. - - - - - --state <STATE> - - - State of the alarm, one of: ['ok', 'alarm', - 'insufficient data'] - - - - - --severity <SEVERITY> - - - Severity of the alarm, one of: ['low', - 'moderate', 'critical'] - - - - - --enabled {True|False} - - - True if alarm evaluation/actioning is enabled. - - - - - --alarm-action <Webhook URL> URL - - - to invoke when state transitions to alarm. - May be used multiple times. Defaults to None. - - - - - --ok-action <Webhook URL> URL - - - to invoke when state transitions to OK. - May be used multiple times. Defaults to None. - - - - - --insufficient-data-action <Webhook URL> - - - URL to invoke when state transitions to - insufficient data. May be used multiple times. - Defaults to None. - - - - - --time-constraint <Time Constraint> - - - Only evaluate the alarm if the time at - evaluation is within this time constraint. - Start point(s) of the constraint are specified - with a cron expression, whereas its duration - is given in seconds. Can be specified multiple - times for multiple time constraints, format - is: name=<CONSTRAINT_NAME>;start=<CRON>;durati - on=<SECONDS>;[description=<DESCRIPTION>;[timez - one=<IANA Timezone>]] Defaults to None. - - - - - --remove-time-constraint <Constraint names> - - - Name or list of names of the time constraints - to remove. - - - - - --period <PERIOD> - - - Length of each period (seconds) to evaluate - over. - - - - - --evaluation-periods <COUNT> - - - Number of periods to evaluate over. - - - - - -m <METRIC>, --meter-name <METRIC> - - - Metric to evaluate against. - - - - - --statistic <STATISTIC> - - - Statistic to evaluate, one of: ['max', 'min', - 'avg', 'sum', 'count'] - - - - - --comparison-operator <OPERATOR> - - - Operator to compare with, one of: ['lt', 'le', - 'eq', 'ne', 'ge', 'gt']. - - - - - --threshold <THRESHOLD> - - - Threshold to evaluate against. - - - - - --matching-metadata <Matching Metadata> - - - A meter should match this resource metadata - (key=value) additionally to the meter_name. - Defaults to None. - - - - - --repeat-actions {True|False} - - - True if actions should be repeatedly notified - while alarm remains in target state. - - -
diff --git a/doc/cli-reference/generated/ch_cli_cinder_commands.xml b/doc/cli-reference/generated/ch_cli_cinder_commands.xml index d4a218b9cf..b40a88da1e 100644 --- a/doc/cli-reference/generated/ch_cli_cinder_commands.xml +++ b/doc/cli-reference/generated/ch_cli_cinder_commands.xml @@ -2606,7 +2606,7 @@ Uploads volume to Image Service as an image. Block Storage API v2 commands You can select an API version to use by adding the - --os-volume-api-version option or by setting + --os-volume-api-version parameter or by setting the corresponding environment variable: $ export OS_VOLUME_API_VERSION=2 diff --git a/doc/cli-reference/generated/ch_cli_glance_commands.xml b/doc/cli-reference/generated/ch_cli_glance_commands.xml index a3a1883eb1..15deb583d1 100644 --- a/doc/cli-reference/generated/ch_cli_glance_commands.xml +++ b/doc/cli-reference/generated/ch_cli_glance_commands.xml @@ -1100,6 +1100,7 @@ Describe sharing permissions by image or tenant.
+
diff --git a/doc/cli-reference/generated/ch_cli_heat_commands.xml b/doc/cli-reference/generated/ch_cli_heat_commands.xml index 73ec5647dc..6d46773b5a 100644 --- a/doc/cli-reference/generated/ch_cli_heat_commands.xml +++ b/doc/cli-reference/generated/ch_cli_heat_commands.xml @@ -1335,34 +1335,6 @@ Send a signal to a resource. - -
-
- heat resource-template - usage: heat resource-template [-F <FORMAT>] <RESOURCE_TYPE> - -DEPRECATED! Use resource-type-template instead. - - Positional arguments - - <RESOURCE_TYPE> - - - Resource type to generate a template for. - - - - - - Optional arguments - - -F <FORMAT>, --format <FORMAT> - - - The template output format, one of: yaml, json. - - -
diff --git a/doc/cli-reference/generated/ch_cli_ironic_commands.xml b/doc/cli-reference/generated/ch_cli_ironic_commands.xml index a6e60ed52d..67ca1a333d 100644 --- a/doc/cli-reference/generated/ch_cli_ironic_commands.xml +++ b/doc/cli-reference/generated/ch_cli_ironic_commands.xml @@ -12,7 +12,7 @@ Bare metal command-line client The ironic client is the command-line - interface (CLI) for the Bare metal and its extensions. + interface (CLI) for the Bare metal API and its extensions. This chapter documents ironic version 0.6.0. diff --git a/doc/cli-reference/generated/ch_cli_nova_commands.xml b/doc/cli-reference/generated/ch_cli_nova_commands.xml index fa6f192c19..ef3aeb1800 100644 --- a/doc/cli-reference/generated/ch_cli_nova_commands.xml +++ b/doc/cli-reference/generated/ch_cli_nova_commands.xml @@ -4912,73 +4912,6 @@ Print a list of migrations.
-
- nova net - usage: nova net <network_id> - -DEPRECATED, Use tenant-network-show instead. - - Positional arguments - - <network_id> - - - ID of network - - - - -
-
- nova net-create - usage: nova net-create <network_label> <cidr> - -DEPRECATED, use tenant-network-create instead. - - Positional arguments - - <network_label> - - - Network label (ex. my_new_network) - - - - - <cidr> - - - IP block to allocate from (ex. 172.16.0.0/24 or - 2001:DB8::/64) - - - - -
-
- nova net-delete - usage: nova net-delete <network_id> - -DEPRECATED, use tenant-network-delete instead. - - Positional arguments - - <network_id> - - - ID of network - - - - -
-
- nova net-list - usage: nova net-list - -DEPRECATED, use tenant-network-list instead. - -
nova network-associate-host usage: nova network-associate-host <network> <host> diff --git a/doc/cli-reference/generated/ch_cli_trove_commands.xml b/doc/cli-reference/generated/ch_cli_trove_commands.xml index 197b2fb6fd..08e7a588c5 100644 --- a/doc/cli-reference/generated/ch_cli_trove_commands.xml +++ b/doc/cli-reference/generated/ch_cli_trove_commands.xml @@ -9,7 +9,7 @@ - Database Service command-line client + Database service command-line client The trove client is the command-line interface (CLI) for the Database API and its extensions.