8b6868aaae
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
7 lines
185 B
YAML
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.
|