71ee33c124
This patch refactors the sample files of: * instance-shelve-start * instance-shelve-end * instance-shelve_offload-start * instance-shelve_offload-end * instance-unshelve-start * instance-unshelve-end notifications to use a common InstanceActionPayload sample data. Change-Id: Ic64f89d33a985cf6121ddc198380902a5e936ec4
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"event_type":"instance.unshelve.end",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionPayload.json#"
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|