3eaeda68ba
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
11 lines
403 B
YAML
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"}'
|
|
|