Add note about new flavor ID validation

https://review.openstack.org/39441 introduce new
validation code for the flavor ID.

This patch adds a note to ensure people are using correct
numbers when manipulating flavor ids.

Change-Id: Iabecb974beb96da6e8610e097633ad9699655d3e
Closes-Bug: 1217238
This commit is contained in:
Tom Fifield 2013-09-14 15:58:17 +08:00
parent ec66b17f50
commit 68484125c7

View File

@ -103,6 +103,8 @@
the flavor name, ID, RAM size, disk size, and the
number of VCPUs. </para>
<screen><prompt>$</prompt> <userinput>nova flavor-create <replaceable>FLAVOR_NAME</replaceable> <replaceable>FLAVOR_ID</replaceable> <replaceable>RAM_IN_MB ROOT_DISK_IN_GB</replaceable> <replaceable>NUMBER_OF_VCPUS</replaceable></userinput></screen>
<note><para>The Flavor ID should be a number between 1-255 and should not
contain special characters or spaces.</para></note>
<para>For a list of optional parameters, run the following command:</para> <screen><prompt>$</prompt> <userinput>nova help flavor-create</userinput></screen></step>
</procedure></section>
<section xml:id="cli_delete_flavor"><title>Delete a flavor</title><procedure>