diff options
author | Zuul <zuul@review.opendev.org> | 2023-01-31 12:43:33 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2023-01-31 12:43:33 +0000 |
commit | 1e0880eda83ed7d338e5d09e98b9d1982068cd0b (patch) | |
tree | 58e99790814cf6419f50c1a1551c6a65c004abf0 /doc/source/cli | |
parent | f9b025e4cb6a500381499de0842b4688c253f2fc (diff) | |
parent | 77266bd9c3afd94a7043d0fa85075671e7a16b93 (diff) | |
download | python-openstackclient-1e0880eda83ed7d338e5d09e98b9d1982068cd0b.tar.gz |
Merge "Add volume summary command"
Diffstat (limited to 'doc/source/cli')
-rw-r--r-- | doc/source/cli/command-objects/volume.rst | 5 | ||||
-rw-r--r-- | doc/source/cli/data/cinder.csv | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/volume.rst b/doc/source/cli/command-objects/volume.rst index ac414110..5bfa547a 100644 --- a/doc/source/cli/command-objects/volume.rst +++ b/doc/source/cli/command-objects/volume.rst @@ -388,3 +388,8 @@ Unset volume properties .. describe:: <volume> Volume to modify (name or ID) + +Block Storage v3 + + .. autoprogram-cliff:: openstack.volume.v3 + :command: volume summary diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv index 8b25d3fd..9b0f7636 100644 --- a/doc/source/cli/data/cinder.csv +++ b/doc/source/cli/data/cinder.csv @@ -120,7 +120,7 @@ snapshot-rename,snapshot set --name,Renames a snapshot. snapshot-reset-state,snapshot set --state,Explicitly updates the snapshot state. snapshot-show,snapshot show,Shows snapshot details. snapshot-unmanage,volume snapshot delete --remote,Stop managing a snapshot. -summary,,Get volumes summary. (Supported by API versions 3.12 - 3.latest) +summary,volume summary,Get volumes summary. (Supported by API versions 3.12 - 3.latest) thaw-host,volume host set --enable,Thaw and enable the specified cinder-volume host. transfer-accept,volume transfer accept,Accepts a volume transfer. transfer-create,volume transfer create,Creates a volume transfer. |