16f5950f1b
When the image is larger than the memory and it is given as a URL, it will now not fail if the image format is specified and is raw. Story: 2007706 Task: 39829 Change-Id: I79dff2dc9d22580f7781324e22e1656c33c52a0b
7 lines
248 B
YAML
7 lines
248 B
YAML
---
|
|
fixes:
|
|
- |
|
|
If the disk format of the image is provided in the instance_info, skip the
|
|
memory check if it is set to `raw` and raw image streaming is enabled. That
|
|
allows to stream raw images provided as URL and not through Glance.
|