nova/doc/notification_samples/compute_task-migrate_server-error.json
Alex Szarka fe4e47d989 Transform compute_task notifications
The following notifications have been transformed to
the versioned notification framework.

* compute_task.build_instances
* compute_task.migrate_server
* compute_task.rebuild_server

Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp>
Change-Id: Ibfb0a6db5920d921c4fc7cabf3f4d2838ea7f421
Implements: bp versioned-notification-transformation-stein
2018-11-21 16:23:28 +09:00

12 lines
283 B
JSON

{
"event_type": "compute_task.migrate_server.error",
"payload": {
"$ref":"common_payloads/ComputeTaskPayload.json#",
"nova_object.data":{
"state": "active"
}
},
"priority": "ERROR",
"publisher_id": "nova-conductor:fake-mini"
}