Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

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
Update a given Neutron service flavor 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.