diff options
| author | JinLi <jl7351@att.com> | 2016-10-12 12:34:32 -0700 |
|---|---|---|
| committer | Gábor Antal <antal@inf.u-szeged.hu> | 2017-06-20 11:07:16 +0200 |
| commit | 53bcae7f697bab0af90b2a7630c9eb3d85abe0a7 (patch) | |
| tree | bbd737ced7b87e22cf150d7a814a7c1c1056b75c /doc/notification_samples/instance-soft_delete-end.json | |
| parent | 8a7a2b8f92afd170d0ac9b536c1af2d90b802bdd (diff) | |
| download | nova-53bcae7f697bab0af90b2a7630c9eb3d85abe0a7.tar.gz | |
Transform instance.soft_delete notifications
The instance.soft_delete.start and instance.soft_delete.end notifications
are transformed to the versioned framework.
Change-Id: I608b13f843a623f549b38459902aaff287254a95
Co-Authored-By: Jin Li <jl7351@att.com>
Implements: bp versioned-notification-transformation-pike
Diffstat (limited to 'doc/notification_samples/instance-soft_delete-end.json')
| -rw-r--r-- | doc/notification_samples/instance-soft_delete-end.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/notification_samples/instance-soft_delete-end.json b/doc/notification_samples/instance-soft_delete-end.json new file mode 100644 index 0000000000..894279d5ae --- /dev/null +++ b/doc/notification_samples/instance-soft_delete-end.json @@ -0,0 +1,75 @@ +{ + "event_type":"instance.soft_delete.end", + "payload":{ + "nova_object.data":{ + "architecture": "x86_64", + "availability_zone": "nova", + "created_at":"2012-10-29T13:42:11Z", + "deleted_at":"2012-10-29T13:42:11Z", + "display_name":"some-server", + "display_description":"some-server", + "fault":null, + "host":"compute", + "host_name":"some-server", + "ip_addresses": [{ + "nova_object.name": "IpPayload", + "nova_object.namespace": "nova", + "nova_object.version": "1.0", + "nova_object.data": { + "mac": "fa:16:3e:4c:2c:30", + "address": "192.168.1.3", + "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", + "meta": {}, + "version": 4, + "label": "private-network", + "device_name": "tapce531f90-19" + } + }], + "kernel_id":"", + "launched_at":"2012-10-29T13:42:11Z", + "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", + "metadata":{}, + "locked":false, + "node":"fake-mini", + "os_type":null, + "progress":0, + "ramdisk_id":"", + "reservation_id":"r-npxv0e40", + "state":"soft-delete", + "task_state":null, + "power_state":"running", + "tenant_id":"6f70656e737461636b20342065766572", + "terminated_at":null, + "auto_disk_config":"MANUAL", + "flavor": { + "nova_object.name": "FlavorPayload", + "nova_object.data": { + "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", + "name": "test_flavor", + "root_gb": 1, + "vcpus": 1, + "ephemeral_gb": 0, + "memory_mb": 512, + "disabled": false, + "rxtx_factor": 1.0, + "extra_specs": { + "hw:watchdog_action": "disabled" + }, + "projects": null, + "swap": 0, + "is_public": true, + "vcpu_weight": 0 + }, + "nova_object.version": "1.3", + "nova_object.namespace": "nova" + }, + "user_id":"fake", + "uuid":"178b0921-8f85-4257-88b6-2e743b5a975c" + }, + "nova_object.name":"InstanceActionPayload", + "nova_object.namespace":"nova", + "nova_object.version":"1.2" + }, + "priority":"INFO", + "publisher_id":"nova-compute:compute" +} |
