Merge "[manila] Add "ManilaEnabledShareProtocols" param" into stable/train

This commit is contained in:
Zuul 2020-10-21 18:08:42 +00:00 committed by Gerrit Code Review
commit 5e61081be3
2 changed files with 14 additions and 0 deletions

View File

@ -64,6 +64,12 @@ parameters:
MonitoringSubscriptionManilaApi:
default: 'overcloud-manila-api'
type: string
ManilaEnabledShareProtocols:
default: ''
description: List of protocols to be allowed for share creation in manila.
When not set, the list is inferred via the storage back end/s
enabled.
type: comma_delimited_list
conditions:
@ -164,6 +170,7 @@ outputs:
manila::api::service_name: 'httpd'
manila::api::enable_proxy_headers_parsing: true
manila::api::default_share_type: 'default'
manila_enabled_share_protocols: {get_param: ManilaEnabledShareProtocols}
- manila::wsgi::apache::servername:
str_replace:
template:

View File

@ -0,0 +1,7 @@
---
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.