ironic-python-agent/releasenotes/notes/agent-fully-retries-image-downloads-67409a493c6d08ae.yaml
Julia Kreger 159ab9f0ce Add full download retries
Instead of just trying to get the connection and handler
for the download, lets try to retry the whole action of
of downloading.

Change-Id: I9217792d32e6f33c70f146a9b7d3ef58c5644d8a
2020-06-23 20:27:41 +00:00

7 lines
218 B
YAML

---
fixes:
- |
Fixes deployment failures when the image download is interrupted
mid-stream while the contents are being downloaded. Previously retries
were limited to only opening the initial connection.