heat/releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml
Brendan Shephard 3eaeda68ba Allow arbitrary image properties
In some circumstances, it is necessary to have
arbitrary image properties on Glance images.
An example is described here:
https://storyboard.openstack.org/#!/story/2008951

This patch adds the ability to specify those
properties using the WebImage resource.

Story: 2008951
Task: 42575
Change-Id: I23475185671c52b02eb57f1aa537f206b51c384a
2021-08-04 23:43:42 +00:00

11 lines
403 B
YAML

---
prelude: >
Add the ability to specify extra_properties for Glance images. This is useful
for example when using secure boot and are required to have specific properties
defined on the Glance images.
features:
- |
extra_properties key added to the OS::Glance::WebImage type. This parameter
takes a map value such as '{"hw_firmware_type": "uefi", "os_secure_boot": "required"}'