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:
rajinir 2018-06-21 14:39:04 -05:00
parent 43218af47e
commit 0d337fa5d5
2 changed files with 7 additions and 0 deletions

View File

@ -198,6 +198,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.