5bdcd590ec
+ Fixes issue with large images hogging memory + stream image downloads + output to stdout if file not specified Change-Id: Ia01ff9b21a2dac5d0ccf2bd58a8640e88c5cbb36 Story: 2007672 Task: 39776
7 lines
382 B
YAML
7 lines
382 B
YAML
---
|
|
fixes:
|
|
- Stream image download to avoid buffering data in memory which rapidly
|
|
exhausts memory resulting in OOM kill or system crash for all but the
|
|
smallest of images. Fixes https://storyboard.openstack.org/#!/story/2007672
|
|
- Restore default behavior of 'openstack image save' to send data to stdout
|
|
Relates to https://storyboard.openstack.org/#!/story/2007672. |