Add notification support for trusted_certs

Add the 'trusted_image_certificates' field to InstanceCreatePayload
and InstanceActionRebuildPayload notifications.

Change-Id: Ib5b50a3889ab15d5aac992f92e9be372a915eeff
This commit is contained in:
Brianna Poulos
2018-04-20 16:12:50 -04:00
committed by Balazs Gibizer
parent 8c7ca368b1
commit e8ed9aacf8
13 changed files with 222 additions and 40 deletions
@@ -16,8 +16,12 @@
}
}
],
"tags": ["tag"]
"tags": ["tag"],
"trusted_image_certificates": [
"cert-id-1",
"cert-id-2"
]
},
"nova_object.name":"InstanceCreatePayload",
"nova_object.version": "1.8"
"nova_object.version": "1.9"
}