Add missing default value for some parameters

Change-Id: Ib6c50a3c873e6f6444325352fbbcd37eba79d460
This commit is contained in:
chenqiaomin 2016-05-21 06:09:27 +00:00
parent cb3d2c6974
commit cc73b25126
2 changed files with 7 additions and 6 deletions

View File

@ -36,7 +36,7 @@ Root Disk GB
Ephemeral Disk GB Ephemeral Disk GB
Amount of disk space (in gigabytes) to use for Amount of disk space (in gigabytes) to use for
the ephemeral partition. If unspecified, the value the ephemeral partition. If unspecified, the value
is 0 by default. is ``0`` by default.
Ephemeral disks offer machine local disk storage Ephemeral disks offer machine local disk storage
linked to the lifecycle of a VM instance. When a linked to the lifecycle of a VM instance. When a
VM is terminated, all data on the ephemeral disk VM is terminated, all data on the ephemeral disk
@ -45,7 +45,7 @@ Ephemeral Disk GB
Swap Swap
Amount of swap space (in megabytes) to use. If 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 RXTX Factor
Optional property that allows servers with a different bandwidth be Optional property that allows servers with a different bandwidth be

View File

@ -46,17 +46,18 @@ Flavors define these elements:
+-------------+---------------------------------------------------------------+ +-------------+---------------------------------------------------------------+
| Ephemeral | Specifies the size of a secondary ephemeral data disk. This | | Ephemeral | Specifies the size of a secondary ephemeral data disk. This |
| | is an empty, unformatted disk and exists only for the life o\ | | | 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. | | VCPUs | Number of virtual CPUs presented to the instance. |
+-------------+---------------------------------------------------------------+ +-------------+---------------------------------------------------------------+
| RXTX Factor | Optional property allows created servers to have a different | | RXTX Factor | Optional property allows created servers to have a different |
| | bandwidth cap than that defined in the network they are att\ | | | bandwidth cap than that defined in the network they are att\ |
| | ached to. This factor is multiplied by the rxtx_base propert\ | | | 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 | | | y of the network. Default value is ``1.0``. That is, the same |
| | attached network. This parameter is only available for Xen | | | as attached network. This parameter is only available for Xen |
| | or NSX based systems. | | | or NSX based systems. |
+-------------+---------------------------------------------------------------+ +-------------+---------------------------------------------------------------+
| Is Public | Boolean value, whether flavor is available to all users or p\ | | Is Public | Boolean value, whether flavor is available to all users or p\ |