e8ed9aacf8
Add the 'trusted_image_certificates' field to InstanceCreatePayload and InstanceActionRebuildPayload notifications. Change-Id: Ib5b50a3889ab15d5aac992f92e9be372a915eeff
14 lines
387 B
JSON
14 lines
387 B
JSON
{
|
|
"priority": "INFO",
|
|
"event_type": "instance.rebuild.start",
|
|
"publisher_id": "nova-compute:compute",
|
|
"payload": {
|
|
"$ref":"common_payloads/InstanceActionRebuildPayload.json#",
|
|
"nova_object.data": {
|
|
"architecture": null,
|
|
"image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c",
|
|
"task_state": "rebuilding"
|
|
}
|
|
}
|
|
}
|