summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-18 16:51:59 +0000
committerGerrit Code Review <review@openstack.org>2021-06-18 16:51:59 +0000
commit673fec4f64a82da0be3fe74d309c3fdfea3196d1 (patch)
treee335962ebd61c68e4b20c99bc5a1a36944acf369 /releasenotes/notes
parentf873428f2c9eb3a8d99b80e959d9fe568d6608da (diff)
parent6dc94e1fb85595653dcdd24185c914b9df1741df (diff)
downloadpython-openstackclient-673fec4f64a82da0be3fe74d309c3fdfea3196d1.tar.gz
Merge "volume: Add 'volume attachment *' commands"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/add-volume-attachment-commands-db2974c6460fa3bc.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/add-volume-attachment-commands-db2974c6460fa3bc.yaml b/releasenotes/notes/add-volume-attachment-commands-db2974c6460fa3bc.yaml
new file mode 100644
index 00000000..8355cea5
--- /dev/null
+++ b/releasenotes/notes/add-volume-attachment-commands-db2974c6460fa3bc.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Add ``volume attachment create``, ``volume attachment delete``,
+ ``volume attachment list``, ``volume attachment complete``,
+ ``volume attachment set`` and ``volume attachment show`` commands to
+ create, delete, list, complete, update and show volume attachments,
+ respectively.