diff options
| author | Igor_Bolotin <Igor_Bolotin@symantec.com> | 2015-01-30 13:04:45 -0800 |
|---|---|---|
| committer | Igor_Bolotin <igor_bolotin@symantec.com> | 2015-02-03 07:57:20 -0800 |
| commit | 6d4678185dfe70ef79e9e2ced9c682a0fdc9c033 (patch) | |
| tree | c18200f0aa33399c2dbc1b5448f7e46c142186f5 /doc/source/command-objects | |
| parent | 6fd5fc2d27fdcc95e6aeac61ea89f83ce3477822 (diff) | |
| download | python-openstackclient-6d4678185dfe70ef79e9e2ced9c682a0fdc9c033.tar.gz | |
Added capabilities/options to 'openstack flavor list'
command to match capabilities already provided by
'nova flavor-list':
—public | --private | --all options allows to list
public only (default), private only or all flavors.
—long displays more field. This option also fetches
properties (extra-specs) for each flavor using separate
API call for each flavor and it’s too slow to be done by
default. However as an administrator - sometimes I need
to be able to see them for all flavors.
Removed empty “Extra Specs” column as well as "Swap" and
"RXTX Factor" from default output.
DocImpact
Closes-Bug: #1416780
Change-Id: I30cfa2c75e28daf17b936543a177c23ae1743c37
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/flavor.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/command-objects/flavor.rst b/doc/source/command-objects/flavor.rst index 0083da0d..fa9fd805 100644 --- a/doc/source/command-objects/flavor.rst +++ b/doc/source/command-objects/flavor.rst @@ -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 ----------- |
