nova/doc/notification_samples/instance-reboot-start.json
Balazs Gibizer 41c86ff103 Deduplicate instance.reboot notification samples
This patch refactors the sample files of instance.reboot notifications
to use the previously introduced common sample data.

Change-Id: I6a9e8af79153a9b7825aef0838b60a8d1f97a421
2017-11-06 16:18:22 +01:00

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"
}