fd025e591b
This patch refactors the sample files of: * instance-live_migration_abort_start * instance-live_migration_abort_end * instance-shutdown-start * instance-shutdown-end notifications to use a common InstanceActionPayload sample data. refactors the sample files: * instance-snapshot-start * instance-snapshot-end notifications to use a common InstanceActionSnapshotPayload sample data. Change-Id: I762b619c4410e3ff4a3660fc318832f81f523c05
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"event_type":"instance.snapshot.end",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionSnapshotPayload.json#"
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|