diff options
| author | Sean McGinnis <sean.mcginnis@gmail.com> | 2018-10-09 15:24:51 -0500 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2018-10-09 15:31:35 -0500 |
| commit | 4039d0d94f4eaf277f2b42c33ef873555f84f159 (patch) | |
| tree | 8986d3b60c907266b555830a761b38e4135c81cf /doc/source/cli/commands.rst | |
| parent | 4e6f47e28ee09be7dac8848660bf38bdcd02570c (diff) | |
| download | python-openstackclient-4039d0d94f4eaf277f2b42c33ef873555f84f159.tar.gz | |
Add volume backend capability show command
Adds and equivalend for "cinder get-capabilities" command to show the
capabilities supported by a Cinder backend.
Story: 1655624
Task: 26947
Change-Id: I38686a26cd503e45ce0102705a6632994ef10274
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'doc/source/cli/commands.rst')
| -rw-r--r-- | doc/source/cli/commands.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 76126a74..1ca674d5 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -156,6 +156,7 @@ referring to both Compute and Volume quotas. * ``user role``: (**Identity**) roles assigned to a user * ``volume``: (**Volume**) block volumes * ``volume backup``: (**Volume**) backup for volumes +* ``volume backend``: (**volume**) volume backend storage * ``volume host``: (**Volume**) the physical computer for volumes * ``volume qos``: (**Volume**) quality-of-service (QoS) specification for volumes * ``volume snapshot``: (**Volume**) a point-in-time copy of a volume |
