Files
ironic/releasenotes/notes/add-default-verify-ca-opt-for-driver-cfg-72284de9b2acd1ab.yaml
Zou Yu 65909e25ab feat: add verify ca conf support for drivers
Closes-Bug: #2040236
Change-Id: Iaedb68e9e3c22b7194c9e09425757a081c601bf1
2025-07-01 15:19:02 +08:00

9 lines
418 B
YAML

---
features:
- |
Allows users to specify the verify_ca path for the corresponding driver
through the ``verify_ca`` option under the ``[<driver>]`` section in the configuration.
When ``[driver_info]/<driver>_verify_ca`` is specified as None or True,
it will be replaced by the value of the ``verify_ca`` option.
NOTE: For the ``idrac`` driver, it uses the same options as the ``redfish`` driver.