此内容没有您所选择的语言版本。
8.62. neutron flavor-profile-create
usage: neutron flavor-profile-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--driver DRIVER] [--metainfo METAINFO]
[--enabled {True,False}]
Create a Neutron service flavor profile.
Optional arguments
- -h, --help
show this help message and exit
- --request-format {json}
DEPRECATED! Only JSON request format is supported.
- --tenant-id TENANT_ID
The owner tenant ID.
- --description DESCRIPTION
Description for the flavor profile.
- --driver DRIVER
Python module path to driver.
- --metainfo METAINFO
Metainfo for the flavor profile.
- --enabled {True,False}
Sets enabled flag.