orca limit¶
Manage Keystone project limits (admin).
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca limit¶
Manage Keystone project-level resource limits.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a project-level limit.
- delete: Delete a project-level limit.
- list: List limits.
- set: Update a project-level limit.
- show: Show a limit.
orca limit create¶
Create a project-level limit.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--project-id |
text | Project ID. | Sentinel.UNSET |
--service-id |
text | Service ID. | Sentinel.UNSET |
--resource-name |
text | Resource name. | Sentinel.UNSET |
--resource-limit |
integer | Limit value. | Sentinel.UNSET |
--region-id |
text | Region ID. | None |
--description |
text | Description. | `` |
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca limit delete¶
Delete a project-level limit.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | N/A | False |
--help |
boolean | Show this message and exit. | False |
orca limit list¶
List limits.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--service-id |
text | Filter by service ID. | None |
--region-id |
text | Filter by region ID. | None |
--resource-name |
text | Filter by resource name. | None |
--project-id |
text | Filter by project ID. | None |
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |
orca limit set¶
Update a project-level limit.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--resource-limit |
integer | New limit value. | None |
--description |
text | N/A | None |
--help |
boolean | Show this message and exit. | False |
orca limit show¶
Show a limit.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--noindent |
boolean | Disable JSON indentation. | False |
--max-width |
integer | Maximum table width (0 = unlimited). | None |
--fit-width |
boolean | Fit table to terminal width. | False |
--column, -c |
text | Column to include (repeatable). Shows all if omitted. | Sentinel.UNSET |
--format, -f |
choice (table | json | value) |
Output format. | table |
--help |
boolean | Show this message and exit. | False |