summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-interface_attach-error.json
blob: f61297d69f777fa08c6f9ccd8867c6dcacc17382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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",
                    "traceback": "Traceback (most recent call last):\n  File \"nova/compute/manager.py\", line ..."
                },
                "nova_object.name": "ExceptionPayload",
                "nova_object.namespace": "nova",
                "nova_object.version": "1.1"
            }
        }
    },
    "publisher_id": "nova-compute:compute"
}