Skip to content

orca aggregate — aggregate

Manage host aggregates (Nova).


add-host

Add a host to an aggregate.

orca aggregate add-host [OPTIONS]
Option Description

cache-image

IMAGE_IDS...

orca aggregate cache-image [OPTIONS]
Option Description

create

Create a host aggregate.

orca aggregate create [OPTIONS]
Option Description
--zone TEXT Availability zone name.
--help Show this message and exit.

delete

Delete a host aggregate.

orca aggregate delete [OPTIONS]
Option Description
-y, --yes
--help Show this message and exit.

list

List host aggregates.

orca aggregate list [OPTIONS]
Option Description
--noindent Disable JSON indentation.
--max-width INTEGER Maximum table width (0 = unlimited).
--fit-width Fit table to terminal width.
-c, --column TEXT Column to include (repeatable). Shows all if
-f, --format [table|json|value]
--help Show this message and exit.

remove-host

HOST

orca aggregate remove-host [OPTIONS]
Option Description

set

Update an aggregate's name, AZ, or metadata.

orca aggregate set [OPTIONS]
Option Description
--name TEXT New name.
--zone TEXT New availability zone.
--property KEY=VALUE Metadata key=value (repeatable).
--help Show this message and exit.

show

Show aggregate details.

orca aggregate show [OPTIONS]
Option Description
--noindent Disable JSON indentation.
--max-width INTEGER Maximum table width (0 = unlimited).
--fit-width Fit table to terminal width.
-c, --column TEXT Column to include (repeatable). Shows all if
-f, --format [table|json|value]
--help Show this message and exit.

unset

Unset metadata properties on an aggregate.

orca aggregate unset [OPTIONS]
Option Description
--property KEY Metadata key to remove (repeatable).
--help Show this message and exit.