nova/releasenotes/notes/bug-retry-corrupted-download-5798b0df44a00e4e.yaml
sdmitriev1 ce493273b9 Retry image download if it's corrupted
Adding IOError in list of catching exceptions in order to
fix behavior when nova-compute wouldn't retry image download
when got "Corrupt image download" error from glanceclient
and had num_retries config option set.

Closes-Bug: #1950657
Change-Id: Iae4fd0579f71d3ba6793dbdb037275352d7e57b0
2021-11-22 16:15:27 -05:00

8 lines
258 B
YAML

---
fixes:
- |
`Bug 1950657 <https://bugs.launchpad.net/nova/+bug/1950657>`_, fixing
behavior when nova-compute wouldn't retry image download when gets
"Corrupt image download" error from glanceclient and has num_retries
config option set.