414f5d4d67
This patch refactors the sample files of: * instance-rebuild-start * instance-rebuild-end * instance-rebuild-error * instance-restore-start * instance-resotre-end * instance-resume-start * instance-resume-end notifications to use a common InstanceActionPayload sample data. Change-Id: I459c39a5dcb928ec3bb03fe144afa0f1ea82f95b
14 lines
380 B
JSON
14 lines
380 B
JSON
{
|
|
"priority": "INFO",
|
|
"event_type": "instance.rebuild.start",
|
|
"publisher_id": "nova-compute:compute",
|
|
"payload": {
|
|
"$ref":"common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data": {
|
|
"architecture": null,
|
|
"image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c",
|
|
"task_state": "rebuilding"
|
|
}
|
|
}
|
|
}
|