summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-reboot-error.json
blob: f95fb7bd5a4e8e427b73f4a76c7ff4b241956496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "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",
                    "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"
            },
            "task_state":"reboot_started_hard"
        }
    },
    "priority":"ERROR",
    "publisher_id":"nova-compute:compute"
}