From 68484125c7ac175253cd493e7e0a1bd0166e03ab Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Sat, 14 Sep 2013 15:58:17 +0800 Subject: [PATCH] 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 --- doc/user-guide-admin/section_nova_cli_manage_flavors.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user-guide-admin/section_nova_cli_manage_flavors.xml b/doc/user-guide-admin/section_nova_cli_manage_flavors.xml index 61c2103556..16f26c6616 100644 --- a/doc/user-guide-admin/section_nova_cli_manage_flavors.xml +++ b/doc/user-guide-admin/section_nova_cli_manage_flavors.xml @@ -103,6 +103,8 @@ the flavor name, ID, RAM size, disk size, and the number of VCPUs. $ nova flavor-create FLAVOR_NAME FLAVOR_ID RAM_IN_MB ROOT_DISK_IN_GB NUMBER_OF_VCPUS + The Flavor ID should be a number between 1-255 and should not + contain special characters or spaces. For a list of optional parameters, run the following command: $ nova help flavor-create
Delete a flavor