da0e385c4b
This patch refactors the sample files of instance.interface_attach and interface_detach notifications to use the previously introduced common sample data. Change-Id: I74396b680f35290e32f667d2ddba227e1cbbab2f
22 lines
772 B
JSON
22 lines
772 B
JSON
{
|
|
"priority": "ERROR",
|
|
"event_type": "instance.interface_attach.error",
|
|
"payload":{
|
|
"$ref":"common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data": {
|
|
"fault": {
|
|
"nova_object.data": {
|
|
"exception": "InterfaceAttachFailed",
|
|
"exception_message": "dummy",
|
|
"function_name": "_unsuccessful_attach_interface",
|
|
"module_name": "nova.tests.functional.notification_sample_tests.test_instance"
|
|
},
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
}
|
|
}
|
|
},
|
|
"publisher_id": "nova-compute:compute"
|
|
}
|