45adc60b1d
This patch refactors the sample files of instance.pause and unpause notifications to use the previously introduced common sample data Change-Id: I767f082ca244b9f4f940244ab83f69c6e995a442
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"event_type":"instance.pause.end",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data": {
|
|
"state": "paused"
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|