nova/doc/notification_samples/common_payloads/ComputeTaskPayload.json
Előd Illés 70c7ba7324 Transform scheduler.select_destinations notification
Transform the scheduler.select_destinations.start and
scheduler.select_destinations.end notifications to the
versioned notification framework.

Change-Id: I019e88fabd1d386c0d6395a7b1969315873485fd
Implements: bp versioned-notification-transformation-stein
2018-11-30 13:20:35 +01:00

26 lines
763 B
JSON

{
"nova_object.version": "1.0",
"nova_object.namespace": "nova",
"nova_object.name": "ComputeTaskPayload",
"nova_object.data": {
"instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082",
"reason": {"$ref": "ExceptionPayload.json#"},
"request_spec": {
"$ref": "RequestSpecPayload.json#",
"nova_object.data": {
"flavor": {
"nova_object.data": {
"extra_specs": {
"hw:numa_cpus.0": "0",
"hw:numa_mem.0": "512",
"hw:numa_nodes": "1"
}
}
},
"numa_topology": {"$ref": "InstanceNUMATopologyPayload.json#"}
}
},
"state": "error"
}
}