67f1c98898
The following notifications has been transformed to the versioned notification framework. * live_migration.post.dest.start * live_migration.post.dest.end Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp> Change-Id: I510136a7eb0a832dfe469cb68d06d1b9472d9ae4 Implements: bp versioned-notification-transformation-rocky
14 lines
345 B
JSON
Executable File
14 lines
345 B
JSON
Executable File
{
|
|
"event_type":"instance.live_migration_post_dest.end",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data":{
|
|
"host": "host2",
|
|
"node": "host2",
|
|
"power_state": "pending"
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:host2"
|
|
}
|