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
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"event_type":"instance.shelve_offload.start",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data":{
|
|
"state": "shelved",
|
|
"task_state": "shelving_offloading",
|
|
"power_state": "shutdown"
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|
|
|