cinder/releasenotes/notes/unity-enable-ssl-14db2497225c4395.yaml
Peter Wang 8aa49599c7 Unity: Enable ssl verification
This commit allow user to enable ssl verification on demand for the
Unity Cinder driver.

Change-Id: Iaaa498a377edae873c489b6a5818923e16d594f0
2018-03-26 22:27:23 -04:00

8 lines
341 B
YAML

---
features:
- Dell EMC Unity Cinder driver allows enabling/disabling the SSL verification.
Admin can set `True` or `False` for `driver_ssl_cert_verify` to enable
or disable this function, alternatively set the
`driver_ssl_cert_path=<PATH>` for customized CA path.
Both above 2 options should go under the driver section.