orca policy¶
Manage Keystone policies.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca policy¶
Manage Keystone policies.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a policy.
- delete: Delete a policy.
- list: List policies.
- set: Update a policy.
- show: Show a policy.
orca policy create¶
Create a policy.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--type |
text | MIME type of the policy blob. | application/json |
--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 policy delete¶
Delete a policy.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca policy list¶
List policies.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--type |
text | Filter by policy type. | 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 policy set¶
Update a policy.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--blob |
text | New policy blob. | None |
--type |
text | New MIME type. | None |
--help |
boolean | Show this message and exit. | False |
orca policy show¶
Show a policy.
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 |