Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
8.66. neutron flavor-profile-update
usage: neutron flavor-profile-update [-h] [--request-format {json}] [--description DESCRIPTION] [--driver DRIVER] [--metainfo METAINFO] [--enabled {True,False}] SERVICE_PROFILE
usage: neutron flavor-profile-update [-h] [--request-format {json}]
[--description DESCRIPTION]
[--driver DRIVER] [--metainfo METAINFO]
[--enabled {True,False}]
SERVICE_PROFILE
Positional arguments
- SERVICE_PROFILE
ID or name of service_profile to update.
Optional arguments
- -h, --help
show this help message and exit
- --request-format {json}
DEPRECATED! Only JSON request format is supported.
- --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.