Add missing default value for some parameters
Change-Id: Ib6c50a3c873e6f6444325352fbbcd37eba79d460
This commit is contained in:
parent
cb3d2c6974
commit
cc73b25126
@ -36,7 +36,7 @@ Root Disk GB
|
||||
Ephemeral Disk GB
|
||||
Amount of disk space (in gigabytes) to use for
|
||||
the ephemeral partition. If unspecified, the value
|
||||
is 0 by default.
|
||||
is ``0`` by default.
|
||||
Ephemeral disks offer machine local disk storage
|
||||
linked to the lifecycle of a VM instance. When a
|
||||
VM is terminated, all data on the ephemeral disk
|
||||
@ -45,7 +45,7 @@ Ephemeral Disk GB
|
||||
|
||||
Swap
|
||||
Amount of swap space (in megabytes) to use. If
|
||||
unspecified, the value is 0 by default.
|
||||
unspecified, the value is ``0`` by default.
|
||||
|
||||
RXTX Factor
|
||||
Optional property that allows servers with a different bandwidth be
|
||||
|
@ -46,17 +46,18 @@ Flavors define these elements:
|
||||
+-------------+---------------------------------------------------------------+
|
||||
| Ephemeral | Specifies the size of a secondary ephemeral data disk. This |
|
||||
| | is an empty, unformatted disk and exists only for the life o\ |
|
||||
| | f the instance. |
|
||||
| | f the instance. Default value is ``0``. |
|
||||
+-------------+---------------------------------------------------------------+
|
||||
| Swap | Optional swap space allocation for the instance. |
|
||||
| Swap | Optional swap space allocation for the instance. Default |
|
||||
| | value is ``0``. |
|
||||
+-------------+---------------------------------------------------------------+
|
||||
| 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 att\ |
|
||||
| | ached to. This factor is multiplied by the rxtx_base propert\ |
|
||||
| | y of the network. Default value is 1.0. That is, the same as |
|
||||
| | attached network. This parameter is only available for Xen |
|
||||
| | y of the network. Default value is ``1.0``. That is, the same |
|
||||
| | as attached network. This parameter is only available for Xen |
|
||||
| | or NSX based systems. |
|
||||
+-------------+---------------------------------------------------------------+
|
||||
| Is Public | Boolean value, whether flavor is available to all users or p\ |
|
||||
|
Loading…
x
Reference in New Issue
Block a user