python-cinderclient/releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml
Sean McGinnis 826c5fc16d 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
2018-07-19 09:34:48 -05:00

7 lines
213 B
YAML

---
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]`.