manila/releasenotes/notes/add-ssl-verify-options-2287ae7b40e3ae83.yaml
Peter Wang 8b6868aaae Handle ssl for VNX manila driver
From python 2.7.9 on, the ssl verification is enabled by default,
This commit adds 2 options for Manila, so user is able to control the
ssl verification.

The 2 options are ported from cinder/driver.py, these can be used by any
vendor driver which needs to handle ssl verification.

Closes-bug: 1669202
Implements: blueprint add-ssl-verification-options
Change-Id: Ia9a488cab9d4d2d25c5ab534dbf4d61e930cfd7f
2017-03-15 09:01:20 +08:00

7 lines
185 B
YAML

---
features:
- Added following 2 options for SSL verification
``driver_ssl_cert_verify``
``driver_ssl_cert_path``
For more details, see OpenStack official documentation.