Update the desc for flavor ID
Now the desc for the flavor is not properly, So update it. Change-Id: Id919120ec2a78e88c24c8b1b631aa2d54c3bb76f
This commit is contained in:
@@ -17,8 +17,8 @@ that can be launched.
|
|||||||
A flavor consists of the following parameters:
|
A flavor consists of the following parameters:
|
||||||
|
|
||||||
Flavor ID
|
Flavor ID
|
||||||
Automatically generated by OpenStack. For
|
Unique ID (integer or UUID) for the new flavor. If
|
||||||
private flavors, a value from 1 to 255.
|
specifying 'auto', a UUID will be automatically generated.
|
||||||
|
|
||||||
Name
|
Name
|
||||||
Name for the new flavor.
|
Name for the new flavor.
|
||||||
@@ -81,8 +81,8 @@ Create a flavor
|
|||||||
$ nova flavor-create FLAVOR_NAME FLAVOR_ID RAM_IN_MB ROOT_DISK_IN_GB NUMBER_OF_VCPUS
|
$ nova flavor-create FLAVOR_NAME FLAVOR_ID RAM_IN_MB ROOT_DISK_IN_GB NUMBER_OF_VCPUS
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The flavor ID is a number from 1 to 255 and
|
Unique ID (integer or UUID) for the new flavor. If
|
||||||
cannot contain special characters or spaces.
|
specifying 'auto', a UUID will be automatically generated.
|
||||||
|
|
||||||
Here is an example with additional optional
|
Here is an example with additional optional
|
||||||
parameters filled in that creates a public ``extra
|
parameters filled in that creates a public ``extra
|
||||||
|
@@ -35,7 +35,9 @@ Create flavors
|
|||||||
|
|
||||||
======================= =========================================
|
======================= =========================================
|
||||||
**Name** Enter the flavor name.
|
**Name** Enter the flavor name.
|
||||||
**ID** OpenStack generates the flavor ID.
|
**ID** Unique ID (integer or UUID) for the
|
||||||
|
new flavor. If specifying 'auto', a
|
||||||
|
UUID will be automatically generated.
|
||||||
**VCPUs** Enter the number of virtual CPUs to
|
**VCPUs** Enter the number of virtual CPUs to
|
||||||
use.
|
use.
|
||||||
**RAM MB** Enter the amount of RAM to use, in
|
**RAM MB** Enter the amount of RAM to use, in
|
||||||
|
Reference in New Issue
Block a user