nova/doc/notification_samples/common_payloads/ImageMetaPayload.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

29 lines
792 B
JSON

{
"nova_object.namespace": "nova",
"nova_object.data": {
"checksum": null,
"container_format": "raw",
"created_at": "2011-01-01T01:02:03Z",
"direct_url": null,
"disk_format": "raw",
"id": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
"min_disk": 0,
"min_ram": 0,
"name": "fakeimage123456",
"owner": null,
"properties": {"$ref":"ImageMetaPropsPayload.json#"},
"protected": false,
"size": 25165824,
"status": "active",
"tags": [
"tag1",
"tag2"
],
"updated_at": "2011-01-01T01:02:03Z",
"virtual_size": null,
"visibility": "public"
},
"nova_object.name": "ImageMetaPayload",
"nova_object.version": "1.0"
}