70c7ba7324
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
25 lines
823 B
JSON
25 lines
823 B
JSON
{
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.data": {
|
|
"availability_zone": null,
|
|
"flavor": {"$ref": "FlavorPayload.json#"},
|
|
"ignore_hosts": null,
|
|
"image": {"$ref": "ImageMetaPayload.json#"},
|
|
"instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082",
|
|
"num_instances": 1,
|
|
"numa_topology": null,
|
|
"pci_requests": {"$ref": "InstancePCIRequestsPayload.json#"},
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"scheduler_hints": {},
|
|
"security_groups": ["default"],
|
|
"force_hosts": null,
|
|
"force_nodes": null,
|
|
"instance_group": null,
|
|
"requested_destination": null,
|
|
"retry": null,
|
|
"user_id": "fake"
|
|
},
|
|
"nova_object.name": "RequestSpecPayload",
|
|
"nova_object.version": "1.1"
|
|
}
|