octavia/releasenotes/notes/fix-driver-errors-81d33948288bf8cf.yaml
Adit Sarfaty e2defa6dd2 Fix catching driver exceptions
octavia_lib driver exceptions were not cought by call_provider
This patch add those exceptions, and also handles the native NotImplementedError
which does nto have all the expected fields.

Change-Id: I1a566353b7fb125184849b3a0f864d3ef6896d94
2019-05-27 05:15:55 +00:00

5 lines
77 B
YAML

---
fixes:
- |
Fixed an issue where the driver errors were not caught.