diff options
author | Lee Yarwood <lyarwood@redhat.com> | 2020-10-22 20:11:12 +0100 |
---|---|---|
committer | melanie witt <melwittt@gmail.com> | 2022-08-02 21:25:47 +0000 |
commit | 065b32483515fd6845dbdbb73202c2dd599933ae (patch) | |
tree | f59c244ef974c2d4ae5dab462966c0916ae668c5 /doc | |
parent | 184f0074cc5f4609642b52c98a7ccbfc5f892a33 (diff) | |
download | nova-065b32483515fd6845dbdbb73202c2dd599933ae.tar.gz |
image_meta: Add ephemeral encryption properties
Add the `hw_ephemeral_encryption` and `hw_ephemeral_encryption_format`
image properties.
Change-Id: Ida3edbdd664fbc3ac23516b1ff5b67edae43ea79
Diffstat (limited to 'doc')
-rw-r--r-- | doc/notification_samples/common_payloads/ImageMetaPropsPayload.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/notification_samples/common_payloads/ImageMetaPropsPayload.json b/doc/notification_samples/common_payloads/ImageMetaPropsPayload.json index d1adfcc427..c4af49022f 100644 --- a/doc/notification_samples/common_payloads/ImageMetaPropsPayload.json +++ b/doc/notification_samples/common_payloads/ImageMetaPropsPayload.json @@ -4,5 +4,5 @@ "hw_architecture": "x86_64" }, "nova_object.name": "ImageMetaPropsPayload", - "nova_object.version": "1.9" + "nova_object.version": "1.10" } |