summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-create-error.json
blob: 095cfbf4f4893f331c207f6b3b2c9c9c6a8d569e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "event_type":"instance.create.error",
    "payload":{
        "$ref":"common_payloads/InstanceCreatePayload.json#",
        "nova_object.data": {
            "fault": {
                "nova_object.data": {
                    "exception": "FlavorDiskTooSmall",
                    "exception_message": "The created instance's disk would be too small.",
                    "function_name": "_build_resources",
                    "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"
            },
            "ip_addresses": [],
            "launched_at": null,
            "power_state": "pending",
            "state": "building"
        }
    },
    "priority":"ERROR",
    "publisher_id":"nova-compute:compute"
}