ironic/releasenotes/notes/verify-bool-ab3607429e005bed.yaml
Dmitry Tantsur ce5baa3803 Fix handling driver_info[agent_verify_ca] == False
Because of using 'or', it will only be respected when verify_ca
is also False in the configuration.

Change-Id: Ie000463fa8ac2cd739a9d8f256346472fe3f4288
2021-06-23 16:58:12 +02:00

5 lines
94 B
YAML

---
fixes:
- |
Fixes overriding ``agent_verify_ca`` with ``False`` via ``driver_info``.