70b01c9c62
Add the following notification when swapping volumes. * 'instance.volume_swap.error' Change-Id: I90d4ffcb2ffc318de2365a655b5fde8bb6c05ff2 Implements: blueprint add-swap-volume-notifications
75 lines
2.8 KiB
JSON
75 lines
2.8 KiB
JSON
{
|
|
"event_type": "instance.volume_swap.error",
|
|
"payload": {
|
|
"nova_object.data": {
|
|
"architecture": "x86_64",
|
|
"availability_zone": null,
|
|
"created_at": "2012-10-29T13:42:11Z",
|
|
"deleted_at": null,
|
|
"display_name": "some-server",
|
|
"fault": {
|
|
"nova_object.data": {
|
|
"exception": "TypeError",
|
|
"exception_message": "'tuple' object does not support item assignment",
|
|
"function_name": "_init_volume_connection",
|
|
"module_name": "nova.compute.manager"
|
|
},
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
},
|
|
"flavor": {
|
|
"nova_object.data": {
|
|
"flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3",
|
|
"root_gb": 1,
|
|
"vcpus": 1,
|
|
"ephemeral_gb": 0,
|
|
"memory_mb": 512
|
|
},
|
|
"nova_object.name": "FlavorPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
},
|
|
"host": "compute",
|
|
"host_name": "some-server",
|
|
"image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
|
|
"ip_addresses": [{
|
|
"nova_object.data": {
|
|
"address": "192.168.1.3",
|
|
"device_name": "tapce531f90-19",
|
|
"label": "private-network",
|
|
"meta": {},
|
|
"port_uuid": "ce531f90-199f-48c0-816c-13e38010b442",
|
|
"version": 4,
|
|
"mac": "fa:16:3e:4c:2c:30"
|
|
},
|
|
"nova_object.name": "IpPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
}],
|
|
"kernel_id": "",
|
|
"launched_at": "2012-10-29T13:42:11Z",
|
|
"metadata": {},
|
|
"new_volume_id": "9c6d9c2d-7a8f-4c80-938d-3bf062b8d489",
|
|
"node": "fake-mini",
|
|
"old_volume_id": "828419fa-3efb-4533-b458-4267ca5fe9b1",
|
|
"os_type": null,
|
|
"power_state":"running",
|
|
"progress": 0,
|
|
"ramdisk_id": "",
|
|
"reservation_id": "r-6w6ruqaz",
|
|
"state": "active",
|
|
"task_state": null,
|
|
"tenant_id": "6f70656e737461636b20342065766572",
|
|
"terminated_at": null,
|
|
"user_id": "fake",
|
|
"uuid": "0ab886d0-7443-4107-9265-48371bfa662b"
|
|
},
|
|
"nova_object.name": "InstanceActionVolumeSwapPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
},
|
|
"priority": "ERROR",
|
|
"publisher_id": "nova-compute:compute"
|
|
}
|