41c86ff103
This patch refactors the sample files of instance.reboot notifications to use the previously introduced common sample data. Change-Id: I6a9e8af79153a9b7825aef0838b60a8d1f97a421
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"event_type":"instance.reboot.start",
|
|
"payload":{
|
|
"$ref":"common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data":{
|
|
"task_state":"reboot_pending_hard"
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|