ironic-python-agent/releasenotes/notes/prepare-image-49744276cef719d5.yaml
Dmitry Tantsur 420ebc0d73 Do not silently swallow errors in the write_image deploy step
Calling join() does not raise, we need to explicitly check the result.

Change-Id: I81d3d727af220c2b50358edab8139f07874611f0
Story: #2008240
Task: #41083
2020-10-09 11:24:12 +02:00

6 lines
125 B
YAML

---
fixes:
- |
Fixes the ``write_image`` deploy step to actually check and return any
errors during its execution.