blob: f91fe8002096748a1c750c5f24c34e5003cd9484 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"event_type": "instance.unrescue.start",
"payload":{
"$ref": "common_payloads/InstanceActionPayload.json#",
"nova_object.data": {
"power_state": "shutdown",
"task_state": "unrescuing",
"state": "rescued"
}
},
"priority": "INFO",
"publisher_id": "nova-compute:compute"
}
|