nova/doc/notification_samples/instance-power_off-end.json
Balazs Gibizer 10d3e240c2 Deduplicate instance.power-off notification samples
This patch refactors the sample files of instance.power-off and
power-on notifications to use the previously introduced common sample
data.

Change-Id: Ifead36ba0dcef86e98e82819c48255d2d9f06d37
2017-11-06 16:07:33 +01:00

13 lines
305 B
JSON

{
"event_type":"instance.power_off.end",
"payload":{
"$ref": "common_payloads/InstanceActionPayload.json#",
"nova_object.data":{
"state":"stopped",
"power_state":"shutdown"
}
},
"priority":"INFO",
"publisher_id":"nova-compute:compute"
}