9ac5c02770
For low RAM nodes we need a way to convert even http:// images to raw and serve them locally. Add a new image_download_source value "local" that works the same as "http" but also affects http:// images. Change-Id: I8da968ccfad6e7a508e9b763b9e3f96007438b6a Story: #2008075 Task: #40765
8 lines
278 B
YAML
8 lines
278 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new possible value for ``image_download_source``: ``local``.
|
|
When used, even ``http://`` images are downloaded, converted to RAW if
|
|
needed and served from the conductor's HTTP server. This feature targets
|
|
primarily nodes with low RAM.
|