Compute v2
Create new flavor
os flavor create
[--id <id>]
[--ram <size-mb>]
[--disk <size-gb>]
[--ephemeral-disk <size-gb>]
[--swap <size-mb>]
[--vcpus <num-cpu>]
[--rxtx-factor <factor>]
[--public | --private]
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
<flavor-name>
Unique flavor ID; ‘auto’ creates a UUID (default: auto)
Memory size in MB (default 256M)
Disk size in GB (default 0G)
Ephemeral disk size in GB (default 0G)
Swap space size in GB (default 0G)
Number of vcpus (default 1)
RX/TX factor (default 1.0)
Flavor is available to other projects (default)
Flavor is not available to other projects
Property to add for this flavor (repeat option to set multiple properties)
Allow <project> to access private flavor (name or ID) (Must be used with --private option)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
New flavor name
Delete flavor(s)
os flavor delete
<flavor> [<flavor> ...]
Flavor(s) to delete (name or ID)
List flavors
os flavor list
[--public | --private | --all]
[--long]
[--marker <marker>]
[--limit <limit>]
List only public flavors (default)
List only private flavors
List all flavors, whether public or private
List additional fields in output
The last flavor ID of the previous page
Maximum number of flavors to display
Set flavor properties
os flavor set
[--property <key=value> [...] ]
[--project <project>]
[--project-domain <project-domain>]
<flavor>
Property to add or modify for this flavor (repeat option to set multiple properties)
Set flavor access to project (name or ID) (admin only)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Flavor to modify (name or ID)
Unset flavor properties
os flavor unset
[--property <key> [...] ]
[--project <project>]
[--project-domain <project-domain>]
<flavor>
Property to remove from flavor (repeat option to remove multiple properties)
Remove flavor access from project (name or ID) (admin only)
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Flavor to modify (name or ID)