Merge "[DellEMC]Update Manila Unity driver"
This commit is contained in:
commit
ab48921795
@ -15,3 +15,5 @@ parameter_defaults:
|
||||
ManilaUnityServerMetaPool: ''
|
||||
ManilaUnityShareDataPools: ''
|
||||
ManilaUnityEthernetPorts: ''
|
||||
ManilaUnityEmcSslCertVerify: false
|
||||
ManilaUnityEmcSslCertPath: ''
|
||||
|
@ -28,6 +28,16 @@ parameters:
|
||||
ManilaUnityEthernetPorts:
|
||||
type: string
|
||||
default: ''
|
||||
ManilaUnityEmcSslCertVerify:
|
||||
type: string
|
||||
default: false
|
||||
ManilaUnityEmcSslCertPath:
|
||||
type: string
|
||||
default: ''
|
||||
ManilaIPv6:
|
||||
default: false
|
||||
description: Set to True to enable IPv6 access in manila.
|
||||
type: boolean
|
||||
ServiceData:
|
||||
default: {}
|
||||
description: Dictionary packing service data
|
||||
@ -70,5 +80,8 @@ outputs:
|
||||
manila::backend::dellemc_unity::unity_server_meta_pool: {get_param: ManilaUnityServerMetaPool}
|
||||
manila::backend::dellemc_unity::unity_share_data_pools: {get_param: ManilaUnityShareDataPools}
|
||||
manila::backend::dellemc_unity::unity_ethernet_ports: {get_param: ManilaUnityEthernetPorts}
|
||||
manila::backend::dellemc_unity::network_plugin_ipv6_enabled: {get_param: ManilaIPv6}
|
||||
manila::backend::dellemc_unity::emc_ssl_cert_verify: {get_param: ManilaUnityEmcSslCertVerify}
|
||||
manila::backend::dellemc_unity::emc_ssl_cert_path: {get_param: ManilaUnityEmcSslCertPath}
|
||||
step_config:
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds network_plugin_ipv6_enabled, emc_ssl_cert_verify and
|
||||
emc_ssl_cert_path options for Manila Unity driver.
|
Loading…
Reference in New Issue
Block a user