diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-05-24 15:56:27 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 15:52:18 +0100 |
| commit | 6dc94e1fb85595653dcdd24185c914b9df1741df (patch) | |
| tree | 7ca68a28d50afc5ff1394f1eb2d4a333a938cf19 /doc/source/cli/commands.rst | |
| parent | 0f28588e48c1e296f834e8684f293c2cdf4afc33 (diff) | |
| download | python-openstackclient-6dc94e1fb85595653dcdd24185c914b9df1741df.tar.gz | |
volume: Add 'volume attachment *' commands
These mirror the 'cinder attachment-*' commands, with arguments copied
across essentially verbatim. The only significant departure is the
replacement of "tenant" terminology with "project".
volume attachment create
volume attachment delete
volume attachment list
volume attachment complete
volume attachment set
volume attachment show
Full support for filtering is deferred for now since that's a more
complicated change that requires additional commands be added first.
TODOs are included to this effect.
Change-Id: If47c2b56fe65ee2cee07c000d6ae3688d5ef3b42
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source/cli/commands.rst')
| -rw-r--r-- | doc/source/cli/commands.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 94a0b5a6..00f6b23a 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -153,11 +153,12 @@ referring to both Compute and Volume quotas. * ``user``: (**Identity**) individual cloud resources users * ``user role``: (**Identity**) roles assigned to a user * ``volume``: (**Volume**) block volumes +* ``volume attachment``: (**Volume**) an attachment of a volumes to a server * ``volume backup``: (**Volume**) backup for volumes -* ``volume backend capability``: (**volume**) volume backend storage capabilities -* ``volume backend pool``: (**volume**) volume backend storage pools +* ``volume backend capability``: (**Volume**) volume backend storage capabilities +* ``volume backend pool``: (**Volume**) volume backend storage pools * ``volume backup record``: (**Volume**) volume record that can be imported or exported -* ``volume backend``: (**volume**) volume backend storage +* ``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 |
