blob: 5877fcabc2d03c0f3bacce77af76efdd4e6e5980 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"event_type":"instance.create.start",
"payload":{
"$ref":"common_payloads/InstanceCreatePayload.json#",
"nova_object.data": {
"host": null,
"ip_addresses": [],
"launched_at": null,
"node": null,
"updated_at": null,
"power_state": "pending",
"state": "building"
}
},
"priority":"INFO",
"publisher_id":"nova-compute:compute"
}
|