diff options
author | Alan Bishop <abishop@redhat.com> | 2017-05-04 12:31:56 -0400 |
---|---|---|
committer | Alan Bishop <abishop@redhat.com> | 2017-06-16 08:07:24 -0400 |
commit | 21eb374fa155131081e40bd3ec75c16ef6b454e4 (patch) | |
tree | f9404d06505bc71d626fad45b08f97b38481d974 /releasenotes/notes | |
parent | 8be72939201a9b38193d01dae7d059840df16470 (diff) |
Add support for Cinder "NAS secure" driver params
Add new parameters that control the NAS security settings in Cinder's
NFS and NetApp back end drivers. The settings are disabled by default.
Partial-Bug: #1688332
Depends-On: I76e2ce10acf7b671be6a2785829ebb3012b79308
Change-Id: I306a8378dc1685132f7ea3ed91d345eaae70046f
(cherry picked from commit 4a48ad89a16b79ac57475a3cb4427b9b60dcd3e3)
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/add-cinder-nas-secure-parameters-53f9d6a6e9bc129b.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-cinder-nas-secure-parameters-53f9d6a6e9bc129b.yaml b/releasenotes/notes/add-cinder-nas-secure-parameters-53f9d6a6e9bc129b.yaml new file mode 100644 index 00000000..73b9f9c9 --- /dev/null +++ b/releasenotes/notes/add-cinder-nas-secure-parameters-53f9d6a6e9bc129b.yaml @@ -0,0 +1,5 @@ +--- +features: + - Add parameters to control the Cinder NAS security settings associated + with the NFS and NetApp Cinder back ends. The settings are disabled + by default. |