summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwhoami-rajat <rajatdhasmana@gmail.com>2022-04-20 11:30:16 +0530
committerwhoami-rajat <rajatdhasmana@gmail.com>2022-04-21 14:34:42 +0530
commitcf7504e79564e85d4d4a1b51510e48e8d4a85e1c (patch)
tree0ed63db8857f3a0721384f3fbe269f721e465537 /doc
parent2bb489fe967f777c1734bd3af033e48174340557 (diff)
downloadpython-glanceclient-cf7504e79564e85d4d4a1b51510e48e8d4a85e1c.tar.gz
Add doc and test for verbose parameter
We currently have support to show verbose output for image-list with the command ``glance --verbose image-list`` but there is no documentation about it. This patch adds the documentation and a test to run it via CLI. Closes-Bug: #1969565 Change-Id: Ic6db4f5ab2fecded373b044aa002f9a9bc262513
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/glance.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/cli/glance.rst b/doc/source/cli/glance.rst
index 27215ef..256a969 100644
--- a/doc/source/cli/glance.rst
+++ b/doc/source/cli/glance.rst
@@ -69,6 +69,10 @@ See available images::
glance image-list
+To get a verbose output including more fields in the image list response::
+
+ glance --verbose image-list
+
Create new image::
glance image-create --name foo --disk-format=qcow2 \