nova/doc/notification_samples/instance-live_migration_post_dest-start.json
Béla Vancsics 67f1c98898 Transform live_migration.post.dest notifications
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
2018-03-13 11:19:44 +00:00

12 lines
290 B
JSON
Executable File

{
"event_type":"instance.live_migration_post_dest.start",
"payload":{
"$ref": "common_payloads/InstanceActionPayload.json#",
"nova_object.data":{
"task_state": "migrating"
}
},
"priority":"INFO",
"publisher_id":"nova-compute:host2"
}