Update DellEMC Manila Unity driver
This patch adds following 3 options: * network_plugin_ipv6_enabled * emc_ssl_cert_verify * emc_ssl_cert_path Closes Bug: #1778124 Change-Id: I6330862def3ffce0aa187239829eda285dd16ab1
This commit is contained in:
parent
43218af47e
commit
0d337fa5d5
@ -198,6 +198,9 @@ class tripleo::profile::base::manila::share (
|
|||||||
unity_server_meta_pool => hiera('manila::backend::dellemc_unity::unity_server_meta_pool'),
|
unity_server_meta_pool => hiera('manila::backend::dellemc_unity::unity_server_meta_pool'),
|
||||||
unity_share_data_pools => hiera('manila::backend::dellemc_unity::unity_share_data_pools'),
|
unity_share_data_pools => hiera('manila::backend::dellemc_unity::unity_share_data_pools'),
|
||||||
unity_ethernet_ports => hiera('manila::backend::dellemc_unity::unity_ethernet_ports'),
|
unity_ethernet_ports => hiera('manila::backend::dellemc_unity::unity_ethernet_ports'),
|
||||||
|
network_plugin_ipv6_enabled => hiera('manila::backend::dellemc_unity::network_plugin_ipv6_enabled'),
|
||||||
|
emc_ssl_cert_verify => hiera('manila::backend::dellemc_unity::emc_ssl_cert_verify'),
|
||||||
|
emc_ssl_cert_path => hiera('manila::backend::dellemc_unity::emc_ssl_cert_path'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# manila vnx:
|
# manila vnx:
|
||||||
|
4
releasenotes/notes/unity_driver_aba347d073cd11e7.yaml
Normal file
4
releasenotes/notes/unity_driver_aba347d073cd11e7.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Added support to IPV6 and SSL parameters for Dell EMC Unity manila backend.
|
Loading…
Reference in New Issue
Block a user