Chapter 63. registered
This chapter describes the commands under the registered command.
63.1. registered limit create
Create a registered limit
Usage:
openstack registered limit create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
[--description <description>]
[--region <region>] --service
<service> --default-limit
<default-limit>
<resource-name>
Table 63.1. Positional arguments
| Value | Summary |
|---|---|
| <resource-name> | The name of the resource to limit |
Table 63.2. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the registered limit |
| --region <region> | Region for the registered limit to affect |
| --service <service> | Service responsible for the resource to limit (required) |
| --default-limit <default-limit> | The default limit for the resources to assume (required) |
Table 63.3. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 63.4. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 63.5. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 63.6. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
63.2. registered limit delete
Delete a registered limit
Usage:
openstack registered limit delete [-h]
<registered-limit-id>
[<registered-limit-id> ...]
Table 63.7. Positional arguments
| Value | Summary |
|---|---|
| <registered-limit-id> | Registered limit to delete (id) |
Table 63.8. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
63.3. registered limit list
List registered limits
Usage:
openstack registered limit list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
[--service <service>]
[--resource-name <resource-name>]
[--region <region>]
Table 63.9. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service <service> | Service responsible for the resource to limit |
| --resource-name <resource-name> | The name of the resource to limit |
| --region <region> | Region for the limit to affect. |
Table 63.10. Output formatter options
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
Table 63.11. CSV formatter options
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Table 63.12. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 63.13. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
63.4. registered limit set
Update information about a registered limit
Usage:
openstack registered limit set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--service <service>]
[--resource-name <resource-name>]
[--default-limit <default-limit>]
[--description <description>]
[--region <region>]
<registered-limit-id>
Table 63.14. Positional arguments
| Value | Summary |
|---|---|
| <registered-limit-id> | Registered limit to update (id) |
Table 63.15. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service <service> | Service to be updated responsible for the resource to limit. Either --service, --resource-name or --region must be different than existing value otherwise it will be duplicate entry |
| --resource-name <resource-name> | Resource to be updated responsible for the resource to limit. Either --service, --resource-name or --region must be different than existing value otherwise it will be duplicate entry |
| --default-limit <default-limit> | The default limit for the resources to assume |
| --description <description> | Description to update of the registered limit |
| --region <region> | Region for the registered limit to affect. either --service, --resource-name or --region must be different than existing value otherwise it will be duplicate entry |
Table 63.16. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 63.17. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 63.18. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 63.19. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
63.5. registered limit show
Display registered limit details
Usage:
openstack registered limit show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<registered-limit-id>
Table 63.20. Positional arguments
| Value | Summary |
|---|---|
| <registered-limit-id> | Registered limit to display (id) |
Table 63.21. Command arguments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Table 63.22. Output formatter options
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Table 63.23. JSON formatter options
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
Table 63.24. Shell formatter options
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Table 63.25. Table formatter options
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |