orca server-group¶
Manage Nova server groups.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca server-group¶
Manage server groups (Nova).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- create: Create a server group.
- delete: Delete a server group.
- list: List server groups.
- show: Show server group details.
orca server-group create¶
Create a server group.
Policies: anti-affinity — servers on different hosts (hard) affinity — servers on same host (hard) soft-anti-affinity — prefer different hosts soft-affinity — prefer same host
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--policy |
choice (anti-affinity | affinity | soft-anti-affinity | soft-affinity) |
Scheduling policy. | anti-affinity |
--help |
boolean | Show this message and exit. | False |
orca server-group delete¶
Delete a server group.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | N/A | False |
--help |
boolean | Show this message and exit. | False |
orca server-group list¶
List server groups.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--all |
boolean | List server groups for all projects (admin). | False |
--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 server-group show¶
Show server group 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 |