ce493273b9
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
8 lines
258 B
YAML
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.
|