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:
|
||||
|
||||
Flavor ID
|
||||
Automatically generated by OpenStack. For
|
||||
private flavors, a value from 1 to 255.
|
||||
Unique ID (integer or UUID) for the new flavor. If
|
||||
specifying 'auto', a UUID will be automatically generated.
|
||||
|
||||
Name
|
||||
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
|
||||
|
||||
.. note::
|
||||
The flavor ID is a number from 1 to 255 and
|
||||
cannot contain special characters or spaces.
|
||||
Unique ID (integer or UUID) for the new flavor. If
|
||||
specifying 'auto', a UUID will be automatically generated.
|
||||
|
||||
Here is an example with additional optional
|
||||
parameters filled in that creates a public ``extra
|
||||
|
@@ -35,7 +35,9 @@ Create flavors
|
||||
|
||||
======================= =========================================
|
||||
**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
|
||||
use.
|
||||
**RAM MB** Enter the amount of RAM to use, in
|
||||
|
Reference in New Issue
Block a user