summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-20 03:32:53 +0000
committerGerrit Code Review <review@openstack.org>2018-07-20 03:32:53 +0000
commitfbf5a70dd17027bb15c86cfbef1dc7ef67b6b1bd (patch)
treed20f2ec9115b3874d676093fcf990b3d8c766058
parent9b1d6247be5b09b2c019fdfbb3091d253e395689 (diff)
parent826c5fc16d6f572cf544e3f0a91330bf92701c69 (diff)
downloadpython-cinderclient-fbf5a70dd17027bb15c86cfbef1dc7ef67b6b1bd.tar.gz
Merge "Add release note for ability to set attachment mode"
-rw-r--r--releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml b/releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml
new file mode 100644
index 0000000..7e9158f
--- /dev/null
+++ b/releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added the ability to specify the read-write or read-only mode of an
+ attachment starting with microversion 3.54. The command line usage is
+ `cinder attachment-create --mode [rw|ro]`.