
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
25 lines
945 B
JSON
25 lines
945 B
JSON
{
|
|
"priority": "ERROR",
|
|
"payload": {
|
|
"$ref": "common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data": {
|
|
"fault": {
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.data": {
|
|
"module_name": "nova.tests.functional.notification_sample_tests.test_instance",
|
|
"exception_message": "Virtual Interface creation failed",
|
|
"function_name": "_virtual_interface_create_failed",
|
|
"exception": "VirtualInterfaceCreateException"
|
|
},
|
|
"nova_object.version": "1.0",
|
|
"nova_object.namespace": "nova"
|
|
},
|
|
"architecture": null,
|
|
"image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c",
|
|
"task_state": "rebuilding"
|
|
}
|
|
},
|
|
"publisher_id": "nova-compute:compute",
|
|
"event_type": "instance.rebuild.error"
|
|
}
|