10d3e240c2
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
13 lines
305 B
JSON
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"
|
|
}
|