778d715b5f
This patch enhance certificate verification for hardware type ilo and ilo5 by adding attribute ilo_verify_ca which can take directory and bolean values apart from file. Change-Id: Ic48bf53097635498a8461be049ee5d2a50c6fe2a
13 lines
499 B
YAML
13 lines
499 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new configuration option ``[ilo]verify_ca`` and a new
|
|
``driver_info`` parameter ``ilo_verify_ca`` to enhance certificate
|
|
verification for hardware type ilo and ilo5 which can take
|
|
directory and bolean values apart from file.
|
|
deprecations:
|
|
- The ``[ilo]ca_file`` configuration option is deprecated for
|
|
removal, please use ``[ilo]verify_ca`` instead which can take
|
|
directory and boolean values apart from file for certificate
|
|
verification.
|