79523c5911
Currently, if the image download fails, there are no traces of the error. This change adds logging and populates last_error. Change-Id: I73ea2f94fb910daf21a5d4f52d6839aac3bad579
7 lines
197 B
YAML
7 lines
197 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes error handling in the virtual media attachment API when the image
|
|
downloading fails. Now the ``last_error`` field is populated correctly
|
|
and the error is logged.
|