summaryrefslogtreecommitdiff
path: root/nova/tests/unit/notifications/objects/test_notification.py
diff options
context:
space:
mode:
authorLee Yarwood <lyarwood@redhat.com>2020-10-22 20:11:12 +0100
committermelanie witt <melwittt@gmail.com>2022-08-02 21:25:47 +0000
commit065b32483515fd6845dbdbb73202c2dd599933ae (patch)
treef59c244ef974c2d4ae5dab462966c0916ae668c5 /nova/tests/unit/notifications/objects/test_notification.py
parent184f0074cc5f4609642b52c98a7ccbfc5f892a33 (diff)
downloadnova-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 'nova/tests/unit/notifications/objects/test_notification.py')
-rw-r--r--nova/tests/unit/notifications/objects/test_notification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/notifications/objects/test_notification.py b/nova/tests/unit/notifications/objects/test_notification.py
index 4b6869effb..1fddd26045 100644
--- a/nova/tests/unit/notifications/objects/test_notification.py
+++ b/nova/tests/unit/notifications/objects/test_notification.py
@@ -386,7 +386,7 @@ notification_object_data = {
# ImageMetaProps, so when you see a fail here for that reason, you must
# *also* bump the version of ImageMetaPropsPayload. See its docstring for
# more information.
- 'ImageMetaPropsPayload': '1.9-24a851511d98e652aebd3536e7e08330',
+ 'ImageMetaPropsPayload': '1.10-44cf0030dc94a1a60ba7a0e222e854d6',
'InstanceActionNotification': '1.0-a73147b93b520ff0061865849d3dfa56',
'InstanceActionPayload': '1.8-4fa3da9cbf0761f1f700ae578f36dc2f',
'InstanceActionRebuildNotification':