Skip to content

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:

orca server-group [OPTIONS] COMMAND [ARGS]...

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:

orca server-group create [OPTIONS] NAME

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:

orca server-group delete [OPTIONS] GROUP_ID

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:

orca server-group list [OPTIONS]

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:

orca server-group show [OPTIONS] GROUP_ID

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