summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-07-19 09:34:48 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2018-07-19 09:34:48 -0500
commit826c5fc16d6f572cf544e3f0a91330bf92701c69 (patch)
treec49ef8bc8af72224ffb3ca135923063579fa6be9
parent8f933a9a341cec9cf87b4a4d3bf7da80b24c18ef (diff)
downloadpython-cinderclient-826c5fc16d6f572cf544e3f0a91330bf92701c69.tar.gz
Add release note for ability to set attachment mode
This adds a release note announcing the availability of the --mode CLI option to create attachments as RO or RW. Change-Id: I89e2bdd9b6da2745a793db78450b15e701e23ed1
-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]`.