41c86ff103
This patch refactors the sample files of instance.reboot notifications to use the previously introduced common sample data. Change-Id: I6a9e8af79153a9b7825aef0838b60a8d1f97a421
23 lines
852 B
JSON
23 lines
852 B
JSON
{
|
|
"event_type":"instance.reboot.error",
|
|
"payload":{
|
|
"$ref":"common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data": {
|
|
"fault": {
|
|
"nova_object.data": {
|
|
"exception": "UnsupportedVirtType",
|
|
"exception_message": "Virtualization type 'FakeVirt' is not supported by this compute driver",
|
|
"function_name": "_hard_reboot",
|
|
"module_name": "nova.tests.functional.notification_sample_tests.test_instance"
|
|
},
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
},
|
|
"task_state":"reboot_started_hard"
|
|
}
|
|
},
|
|
"priority":"ERROR",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|