diff options
author | Zuul <zuul@review.opendev.org> | 2022-02-07 20:04:45 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2022-02-07 20:04:45 +0000 |
commit | a4a89d6b20a03e692e0550e3a34a97c7a63f266c (patch) | |
tree | 61167fe1e24f75754f3b756273e0e387a4f01734 /releasenotes | |
parent | 748ad79048b5a78c0aea97062dc0af93a7125971 (diff) | |
parent | a813c769e8d27803e87d46280db84607fdfce153 (diff) | |
download | ironic-a4a89d6b20a03e692e0550e3a34a97c7a63f266c.tar.gz |
Merge "Explicit parameter to distinguish partition/whole-disk images"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/image-type-ac259a90393bdd2c.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/image-type-ac259a90393bdd2c.yaml b/releasenotes/notes/image-type-ac259a90393bdd2c.yaml new file mode 100644 index 000000000..3d2dfd064 --- /dev/null +++ b/releasenotes/notes/image-type-ac259a90393bdd2c.yaml @@ -0,0 +1,9 @@ +--- +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. |