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 |
additional optional restrictions on which compute
nodes the flavor can run on. This is implemented
as key/value pairs that must match against the
corresponding key/value pairs on compute nodes.
Can be used to implement things like special
resources (e.g., flavors that can only run on
compute nodes with GPU hardware). |