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
This commit is contained in:
Sean McGinnis 2018-07-19 09:34:48 -05:00
parent 8f933a9a34
commit 826c5fc16d

View File

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