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