From 2689984ba71fa0be25d2368277f33f2fb5c41266 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 17 Jul 2017 16:03:49 -0500 Subject: 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 --- doc/source/cli/command-objects/server.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/source/cli/command-objects') 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-domain ]] [--long] - [-n | --no-name-lookup] + [--no-name-lookup | -n] [--marker ] [--limit ] [--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 The last server of the previous page. Display list of servers -- cgit v1.2.1