
Using kernel/ramdisk makes no sense with local boot, we need a better way. We already have an internal image_type instance parameter, let's make it public. Glance support will be added in the next patch. Change-Id: I4ce5f7a2317d952f976194d2022328f4afbb0258
10 lines
370 B
YAML
10 lines
370 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.
|