Merge "Update the desc for flavor ID"

This commit is contained in:
Jenkins 2015-10-15 07:14:11 +00:00 committed by Gerrit Code Review
commit 8c46201ef6
2 changed files with 7 additions and 5 deletions

@ -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