ironic/releasenotes/notes/ilo-certificate-verification-enhancement-8eefd541cfc2a9da.yaml
ankit 778d715b5f Enhance certificate verification for ilo harware type
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
2020-09-03 06:53:58 +00:00

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.