e8ed9aacf8
Add the 'trusted_image_certificates' field to InstanceCreatePayload and InstanceActionRebuildPayload notifications. Change-Id: Ib5b50a3889ab15d5aac992f92e9be372a915eeff
12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"$ref": "InstanceActionPayload.json",
|
|
"nova_object.data": {
|
|
"trusted_image_certificates": [
|
|
"rebuild-cert-id-1",
|
|
"rebuild-cert-id-2"
|
|
]
|
|
},
|
|
"nova_object.name": "InstanceActionRebuildPayload",
|
|
"nova_object.version": "1.7"
|
|
}
|