orca region¶
Manage Keystone regions.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca region¶
Manage Keystone regions.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a region.
- delete: Delete a region.
- list: List regions.
- set: Update a region's description.
- show: Show region details.
orca region create¶
Create a region.
The ID is the region name (e.g. RegionOne, dc3-a).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--description |
text | Region description. | None |
--parent |
text | Parent region ID. | None |
--help |
boolean | Show this message and exit. | False |
orca region delete¶
Delete a region.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca region list¶
List regions.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--parent |
text | Filter by parent region 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 region set¶
Update a region's description.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--description |
text | New description. | None |
--help |
boolean | Show this message and exit. | False |
orca region show¶
Show region details.
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 |