c62c16bd22
Follow-up to change I4ce5f7a2317d952f976194d2022328f4afbb0258. Change-Id: I36673c801d426ea9cb204ca52b6fb6f719eb396a Depends-On: https://review.opendev.org/c/openstack/glance/+/826684
12 lines
440 B
YAML
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``.
|