summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-07-17 16:03:49 -0500
committerDean Troyer <dtroyer@gmail.com>2017-07-17 16:51:10 -0500
commit2689984ba71fa0be25d2368277f33f2fb5c41266 (patch)
tree59545576819e880f3fc02472ef97ee609ee4225d /releasenotes
parent2c57f7bfb2dc39afd361b85639df1ac4e1d417f5 (diff)
downloadpython-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 'releasenotes')
-rw-r--r--releasenotes/notes/skip-name-lookups-9f499927173c1eee.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/skip-name-lookups-9f499927173c1eee.yaml b/releasenotes/notes/skip-name-lookups-9f499927173c1eee.yaml
new file mode 100644
index 00000000..69ca0f99
--- /dev/null
+++ b/releasenotes/notes/skip-name-lookups-9f499927173c1eee.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Add ``--no-name-lookup`` option to ``server list`` command to skip the lookup of
+ flavor and image names. This can save a significant amount of time on clouds with
+ a large number of images. ``-n`` is an alias for this option.