summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml
blob: 3a022926d1c6bb5bd59697bf6d56fd275718f70b (plain)
1
2
3
4
5
6
7
8
9
10
---
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"}'