Merge "Added capabilities/options to 'openstack flavor list' command to match capabilities already provided by 'nova flavor-list':"

This commit is contained in:
Jenkins
2015-02-06 23:29:57 +00:00
committed by Gerrit Code Review
3 changed files with 344 additions and 6 deletions
doc/source/command-objects
openstackclient
compute
tests

@ -89,6 +89,24 @@ List flavors
.. code:: bash
os flavor list
[--public | --private | --all]
[--long]
.. option:: --public
List only public flavors (default)
.. option:: --private
List only private flavors
.. option:: --all
List all flavors, whether public or private
.. option:: --long
List additional fields in output
flavor show
-----------