diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-07-17 16:03:49 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-07-17 16:51:10 -0500 |
| commit | 2689984ba71fa0be25d2368277f33f2fb5c41266 (patch) | |
| tree | 59545576819e880f3fc02472ef97ee609ee4225d /doc/source/cli/command-objects | |
| parent | 2c57f7bfb2dc39afd361b85639df1ac4e1d417f5 (diff) | |
| download | python-openstackclient-2689984ba71fa0be25d2368277f33f2fb5c41266.tar.gz | |
Fix column names for server list --no-name-lookup
When --long is not present change the 'Image Name' column to
'Image' and add the 'Flavor' column. These columns will contain
Names unless --no-name-lookup is specified when they will contain IDs.
Change-Id: I92cfb22136aee32616894e60e9227b4da185da99
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/server.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/server.rst b/doc/source/cli/command-objects/server.rst index dee27219..11182822 100644 --- a/doc/source/cli/command-objects/server.rst +++ b/doc/source/cli/command-objects/server.rst @@ -330,7 +330,7 @@ List servers [--all-projects] [--project <project> [--project-domain <project-domain>]] [--long] - [-n | --no-name-lookup] + [--no-name-lookup | -n] [--marker <server>] [--limit <num-servers>] [--deleted] @@ -402,6 +402,8 @@ List servers Skips image and flavor names lookup + ``-n`` may be used as an alias for this option. + .. option:: --marker <server> The last server of the previous page. Display list of servers |
