Red Hat Training

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

8.68. neutron flavor-update

usage: neutron flavor-update [-h] [--request-format {json}] [--name NAME]
                             [--description DESCRIPTION]
                             [--enabled {True,False}]
                             FLAVOR
Update a Neutron service flavor.

Positional arguments

FLAVOR


        ID or name of flavor to update.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

--name NAME


        Name for the flavor.

--description DESCRIPTION


      Description for the flavor.

--enabled {True,False}


      Sets enabled flag.