ironic/releasenotes/notes/catch-third-party-driver-validate-exceptions-94ed2a91c50d2d8e.yaml
Galyna Zholtkevych 3467da690f Catch unknown exceptions in validate driver ifaces
The method validate_driver_interfaces in conductor manager
catches only known exceptions. But some third-party can
break this method.

Adding catch of general Exception to this method to avoid
not desirable failure and write detailed information about
exception to result and logs.

Change-Id: Ia3105b21cd42396568317bb26ff4be22cf5c5649
Closes-Bug: 1646854
2016-12-29 16:26:07 +02:00

5 lines
94 B
YAML

---
fixes:
- Catch unknown exceptions with traceback
when validating driver interfaces.