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
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"$ref": "InstanceActionPayload.json",
|
|
"nova_object.data":{
|
|
"snapshot_image_id": "d2aae36f-785c-4518-8016-bc9534d9fc7f"
|
|
},
|
|
"nova_object.name":"InstanceActionSnapshotPayload",
|
|
"nova_object.namespace":"nova",
|
|
"nova_object.version":"1.6"
|
|
}
|