orca flavor¶
Manage Nova flavors.
The reference below is generated from the live CLI by mkdocs-click. It
always reflects the version installed.
orca flavor¶
Manage flavors.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- access: Manage per-project access on private flavors.
- access-add: [deprecated, use 'flavor access add' instead]
- access-list: [deprecated, use 'flavor access list' instead]
- access-remove: [deprecated, use 'flavor access remove' instead]
- create: Create a flavor.
- delete: Delete a flavor.
- list: List available flavors.
- set: Set extra specs on a flavor.
- show: Show flavor details.
- unset: Unset extra specs from a flavor.
orca flavor access¶
Manage per-project access on private flavors.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- add: Grant a project access to a private flavor.
- list: List projects that have access to a private flavor.
- remove: Revoke a project's access to a private flavor.
orca flavor access add¶
Grant a project access to a private flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca flavor access list¶
List projects that have access to a private flavor.
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 |
orca flavor access remove¶
Revoke a project's access to a private flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca flavor access-add¶
Grant a project access to a private flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
orca flavor access-list¶
List projects that have access to a private flavor.
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 |
orca flavor access-remove¶
Revoke a project's access to a private flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca flavor create¶
Create a flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--vcpus |
integer | Number of vCPUs. | Sentinel.UNSET |
--ram |
integer | RAM in MB. | Sentinel.UNSET |
--disk |
integer | Root disk size in GB. | 0 |
--ephemeral |
integer | Ephemeral disk in GB. | 0 |
--swap |
integer | Swap disk in MB. | 0 |
--rxtx-factor |
float | RX/TX factor. | 1.0 |
--public / --private |
boolean | Make flavor public or private. | True |
--id |
text | Flavor ID (auto-generated if 'auto'). | auto |
--help |
boolean | Show this message and exit. | False |
orca flavor delete¶
Delete a flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--yes, -y |
boolean | Skip confirmation. | False |
--help |
boolean | Show this message and exit. | False |
orca flavor list¶
List available flavors.
With no --limit the command auto-paginates through all flavors using
the Nova marker cursor (useful on clouds exposing hundreds of flavors).
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--limit |
integer | Max flavors to return. Omit for all (auto-paginates). | 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 flavor set¶
Set extra specs on a flavor.
Examples:
orca flavor set
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Extra spec key=value (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |
orca flavor show¶
Show flavor 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 |
orca flavor unset¶
Unset extra specs from a flavor.
Usage:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--property |
text | Extra spec key to remove (repeatable). | Sentinel.UNSET |
--help |
boolean | Show this message and exit. | False |