Merge "Update DellEMC Manila Unity driver"

This commit is contained in:
Zuul 2018-06-28 06:16:00 +00:00 committed by Gerrit Code Review
commit 7572d41795
2 changed files with 7 additions and 0 deletions

View File

@ -203,6 +203,9 @@ class tripleo::profile::base::manila::share (
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_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:

View File

@ -0,0 +1,4 @@
---
features:
- |
Added support to IPV6 and SSL parameters for Dell EMC Unity manila backend.