Name |
A descriptive name.
xx.size_name
is typically not required, though some third party
tools may rely on it. |
Memory_MB |
Virtual machine memory in megabytes. |
Disk |
Virtual root disk size in gigabytes. This is an
ephemeral disk that the base image is copied into.
When booting from a persistent volume it is not
used. The "0" size is a special case which uses
the native base image size as the size of the
ephemeral root volume. |
Ephemeral |
Specifies the size of a secondary ephemeral data
disk. This is an empty, unformatted disk and
exists only for the life of the instance. |
Swap |
Optional swap space allocation for the
instance. |
VCPUs |
Number of virtual CPUs presented to the
instance. |
RXTX_Factor |
Optional property allows created servers to have a
different bandwidth cap than that defined in the
network they are attached to. This factor is
multiplied by the rxtx_base property of the
network. Default value is 1.0. That is, the same
as attached network. |
Is_Public |
Boolean value, whether flavor is available to all
users or private to the tenant it was created in.
Defaults to True. |
extra_specs |
Key and value pairs that define on which compute
nodes a flavor can run. These pairs must match
corresponding pairs on the compute nodes. Use to
implement special resources, such as flavors that
run on only compute nodes with GPU hardware. |