tripleo-heat-templates/releasenotes/notes/bug-1831767-allow-configuring-manila-share-protocols-6ea6bcbbe21b25ee.yaml
Goutham Pacha Ravi 143dd289e9 [manila] Add "ManilaEnabledShareProtocols" param
Manila's API service has a configuration option to
control what NAS protocols are allowed for user
shared file systems. Storage backends in manila can
advertise a number of possible NAS protocols.

Deployers need to be able to limit the protocols
enabled on their deployments, or specify an
override when enabling custom backends.

Change-Id: I877063dd3ab9369b09c84136a58f5565aa3f7720
Closes-Bug: #1831767
Depends-On: I7b36e5c45b029f070976e58335d79678752a990c
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
Co-Authored-By: Alan Bishop <abishop@redhat.com>
2020-10-07 16:52:15 +00:00

8 lines
294 B
YAML

---
fixes:
- |
When using the Shared File Systems service (manila), you may now use the
Heat template parameter "ManilaEnabledShareProtocols" to configure
the NAS protocols that users may use. If not set, the value is inferred
per the storage backends that have been enabled.