c0e4e162ce
The libvirt.error notification has been transformed to the versioned notification framework. Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp> Change-Id: I7d2287ce06d77c0afdef0ea8bdfb70f6c52d3c50 Implements: bp versioned-notification-transformation-stein
26 lines
965 B
JSON
26 lines
965 B
JSON
{
|
|
"event_type": "libvirt.connect.error",
|
|
"payload": {
|
|
"nova_object.data": {
|
|
"reason": {
|
|
"nova_object.data": {
|
|
"exception": "libvirtError",
|
|
"exception_message": "Sample exception for versioned notification test.",
|
|
"function_name": "_get_connection",
|
|
"module_name": "nova.virt.libvirt.host",
|
|
"traceback": "Traceback (most recent call last):\n File \"nova/virt/libvirt/host.py\", line ..."
|
|
},
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.1"
|
|
},
|
|
"ip": "10.0.2.15"
|
|
},
|
|
"nova_object.name": "LibvirtErrorPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
},
|
|
"priority": "ERROR",
|
|
"publisher_id": "nova-compute:fake-mini"
|
|
}
|