From 826c5fc16d6f572cf544e3f0a91330bf92701c69 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 19 Jul 2018 09:34:48 -0500 Subject: 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 --- releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/attachment-mode-8427aa6a2fa26e70.yaml 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]`. -- cgit v1.2.1