puppet-ironic/releasenotes/notes/image-download-source-f4882929aa669b30.yaml
Dmitry Tantsur 2897bb2967 Configure image_download_source and force_raw_images
These two options (together with existing stream_raw_images) allow fine-tuning
how exactly the images are served when using the direct deploy interface.

Change-Id: I843a6b3fcbe880d3bcde55a1750502b5e618421f
2018-09-11 10:56:10 -06:00

10 lines
356 B
YAML

---
features:
- |
Adds ``ironic::conductor::force_raw_images`` which controls whether ironic
forces the image format to be raw before deployment.
- |
Adds ``ironic::drivers::agent::image_download_source`` which controls how
ironic serves the image when using the ``direct`` deploy interface: via
swift or via its local HTTP server.