ironic/releasenotes/notes/http-local-4e8f32c6d5309f12.yaml
Dmitry Tantsur 9ac5c02770 Support caching http:// images locally in the direct deploy
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
2020-09-02 15:15:54 +02:00

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.