summaryrefslogtreecommitdiff
path: root/doc/source/cli/data
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-08 13:17:54 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2018-10-09 15:56:58 -0500
commit9647d43bd5e77c815ac2f08b7de2226a657a66bc (patch)
tree9d0ebc83db0a44838abeed100f83d18d79ebbaac /doc/source/cli/data
parent4039d0d94f4eaf277f2b42c33ef873555f84f159 (diff)
downloadpython-openstackclient-9647d43bd5e77c815ac2f08b7de2226a657a66bc.tar.gz
Add volume backend pool list command
Adds an equivalent for "cinder get-pools" with "volume backend pool list" and "cinder get-pools --detail" with "volume backend pool list --long". Story: 1655624 Task: 136949 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Change-Id: I826c9946ffe11340d44ad57914f72fc2a72b6938
Diffstat (limited to 'doc/source/cli/data')
-rw-r--r--doc/source/cli/data/cinder.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv
index 068ffb7f..cc8ef2d9 100644
--- a/doc/source/cli/data/cinder.csv
+++ b/doc/source/cli/data/cinder.csv
@@ -33,7 +33,7 @@ failover-host,volume host failover,Failover a replicating cinder-volume host.
force-delete,volume delete --force,"Attempts force-delete of volume, regardless of state."
freeze-host,volume host set --disable,Freeze and disable the specified cinder-volume host.
get-capabilities,volume backend capability show,Show capabilities of a volume backend. Admin only.
-get-pools,,Show pool information for backends. Admin only.
+get-pools,volume backend pool list,Show pool information for backends. Admin only.
image-metadata,volume set --image-property,Sets or deletes volume image metadata.
image-metadata-show,volume show,Shows volume image metadata.
list,volume list,Lists all volumes.