summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml')
-rw-r--r--releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml b/releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml
new file mode 100644
index 000000000..3a022926d
--- /dev/null
+++ b/releasenotes/notes/add-extra-properties-to-glance-bb6e6e5d02473877.yaml
@@ -0,0 +1,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"}'
+