ironic/releasenotes/notes/image-type-ac259a90393bdd2c...

12 lines
440 B
YAML

---
features:
- |
Introduces a new explicit ``instance_info`` parameter ``image_type``,
which can be used to distinguish between partition and whole disk images
instead of a ``kernel``/``ramdisk`` pair.
Adding ``kernel`` and ``ramdisk`` is no longer necessary for partition
images if ``image_type`` is set to ``partition`` and local boot is used.
The corresponding Image service property is called ``img_type``.