3467da690f
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
5 lines
94 B
YAML
5 lines
94 B
YAML
---
|
|
fixes:
|
|
- Catch unknown exceptions with traceback
|
|
when validating driver interfaces.
|