For help on a specific openstack messaging flavor command, enter:
$ openstack messaging flavor COMMAND -h/--help
The five commands:
messaging flavor create
messaging flavor delete
messaging flavor list
messaging flavor show
messaging flavor update
usage: openstack messaging flavor create [-h]
                                         [-f {json,shell,table,value,yaml}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--noindent] [--prefix PREFIX]
                                         [--capabilities <capabilities>]
                                         <flavor_name> <pool_group>
Create a pool flavor.
Positional arguments:
<flavor_name><pool_group>Optional arguments:
--capabilities <capabilities>usage: openstack messaging flavor delete [-h] <flavor_name>
Delete a pool flavor.
Positional arguments:
<flavor_name>usage: openstack messaging flavor list [-h] [-f {csv,json,table,value,yaml}]
                                       [-c COLUMN] [--max-width <integer>]
                                       [--noindent]
                                       [--quote {all,minimal,none,nonnumeric}]
                                       [--marker <flavor_name>]
                                       [--limit <limit>]
                                       [--detailed <detailed>]
List available pool flavors.
Optional arguments:
--marker <flavor_name>--limit <limit>--detailed <detailed>usage: openstack messaging flavor show [-h] [-f {json,shell,table,value,yaml}]
                                       [-c COLUMN] [--max-width <integer>]
                                       [--noindent] [--prefix PREFIX]
                                       <flavor_name>
Display flavor details.
Positional arguments:
<flavor_name>usage: openstack messaging flavor update [-h]
                                         [-f {json,shell,table,value,yaml}]
                                         [-c COLUMN] [--max-width <integer>]
                                         [--noindent] [--prefix PREFIX]
                                         [--pool_group <pool_group>]
                                         [--capabilities <capabilities>]
                                         <flavor_name>
Update a pool flavor’s attributes.
Positional arguments:
<flavor_name>Optional arguments:
--pool_group <pool_group>--capabilities <capabilities>
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.