summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-05-24 15:56:27 +0100
committerStephen Finucane <sfinucan@redhat.com>2021-06-03 15:52:18 +0100
commit6dc94e1fb85595653dcdd24185c914b9df1741df (patch)
tree7ca68a28d50afc5ff1394f1eb2d4a333a938cf19 /doc/source/cli/command-objects
parent0f28588e48c1e296f834e8684f293c2cdf4afc33 (diff)
downloadpython-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/command-objects')
-rw-r--r--doc/source/cli/command-objects/volume-attachment.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/volume-attachment.rst b/doc/source/cli/command-objects/volume-attachment.rst
new file mode 100644
index 00000000..56224446
--- /dev/null
+++ b/doc/source/cli/command-objects/volume-attachment.rst
@@ -0,0 +1,8 @@
+=================
+volume attachment
+=================
+
+Block Storage v3
+
+.. autoprogram-cliff:: openstack.volume.v3
+ :command: volume attachment *