Available versioned notifications¶
Note
Versioned notifications are added in each release, so the samples represented below may not necessarily be in an older version of nova. Ensure you are looking at the correct version of the documentation for the release you are using.
Event type | Notification class | Payload class | Sample |
aggregate.cache_images.progress |
AggregateCacheNotification |
AggregateCachePayload |
{ "event_type": "aggregate.cache_images.progress", "payload": { "nova_object.data": { "host": "compute", "id": 1, "images_cached": [ "155d900f-4e14-4e4c-a73d-069cbf4541e6" ], "images_failed": [], "index": 1, "name": "my-aggregate", "total": 1, "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregateCachePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-conductor:fake-mini" } |
aggregate.add_host.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.add_host.end", "payload": { "nova_object.data": { "hosts": [ "compute" ], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.add_host.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.add_host.start", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.cache_images.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.cache_images.end", "payload": { "nova_object.data": { "hosts": [ "compute" ], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.cache_images.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.cache_images.start", "payload": { "nova_object.data": { "hosts": [ "compute" ], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.create.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.create.end", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.create.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.create.start", "payload": { "nova_object.data": { "hosts": null, "id": null, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.delete.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.delete.end", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.delete.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.delete.start", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.remove_host.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.remove_host.end", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.remove_host.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.remove_host.start", "payload": { "nova_object.data": { "hosts": [ "compute" ], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.update_metadata.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.update_metadata.end", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "AZ-1" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.update_metadata.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.update_metadata.start", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.update_prop.end |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.update_prop.end", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-new-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
aggregate.update_prop.start |
AggregateNotification |
AggregatePayload |
{ "event_type": "aggregate.update_prop.start", "payload": { "nova_object.data": { "hosts": [], "id": 1, "metadata": { "availability_zone": "nova" }, "name": "my-new-aggregate", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "AggregatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
compute_task.build_instances.error |
ComputeTaskNotification |
ComputeTaskPayload |
{ "event_type": "compute_task.build_instances.error", "payload": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "reason": { "nova_object.data": { "exception": "NoValidHost", "exception_message": "No valid host was found. There are not enough hosts available.", "function_name": "_schedule_instances", "module_name": "nova.conductor.manager", "traceback": "Traceback (most recent call last):\n File \"nova/conductor/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "request_spec": { "nova_object.data": { "availability_zone": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:numa_cpus.0": "0", "hw:numa_mem.0": "512", "hw:numa_nodes": "1", "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "force_hosts": null, "force_nodes": null, "ignore_hosts": null, "image": { "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": { "nova_object.data": { "hw_architecture": "x86_64" }, "nova_object.name": "ImageMetaPropsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "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.namespace": "nova", "nova_object.version": "1.0" }, "instance_group": null, "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "num_instances": 1, "numa_topology": { "nova_object.data": { "cells": [ { "nova_object.data": { "cpu_pinning_raw": null, "cpu_policy": null, "cpu_thread_policy": null, "cpu_topology": null, "cpuset": [ 0 ], "cpuset_reserved": null, "id": 0, "memory": 512, "pagesize": null, "pcpuset": [] }, "nova_object.name": "InstanceNUMACellPayload", "nova_object.namespace": "nova", "nova_object.version": "1.2" } ], "emulator_threads_policy": null, "instance_uuid": "75cab9f7-57e2-4bd1-984f-a0383d9ee60e" }, "nova_object.name": "InstanceNUMATopologyPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "pci_requests": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "requests": [] }, "nova_object.name": "InstancePCIRequestsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "project_id": "6f70656e737461636b20342065766572", "requested_destination": null, "retry": null, "scheduler_hints": {}, "security_groups": [ "default" ], "user_id": "fake" }, "nova_object.name": "RequestSpecPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "state": "error" }, "nova_object.name": "ComputeTaskPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "ERROR", "publisher_id": "nova-conductor:fake-mini" } |
compute_task.migrate_server.error |
ComputeTaskNotification |
ComputeTaskPayload |
{ "event_type": "compute_task.migrate_server.error", "payload": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "reason": { "nova_object.data": { "exception": "NoValidHost", "exception_message": "No valid host was found. There are not enough hosts available.", "function_name": "_schedule_instances", "module_name": "nova.conductor.manager", "traceback": "Traceback (most recent call last):\n File \"nova/conductor/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "request_spec": { "nova_object.data": { "availability_zone": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:numa_cpus.0": "0", "hw:numa_mem.0": "512", "hw:numa_nodes": "1", "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "force_hosts": null, "force_nodes": null, "ignore_hosts": null, "image": { "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": { "nova_object.data": { "hw_architecture": "x86_64" }, "nova_object.name": "ImageMetaPropsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "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.namespace": "nova", "nova_object.version": "1.0" }, "instance_group": null, "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "num_instances": 1, "numa_topology": { "nova_object.data": { "cells": [ { "nova_object.data": { "cpu_pinning_raw": null, "cpu_policy": null, "cpu_thread_policy": null, "cpu_topology": null, "cpuset": [ 0 ], "cpuset_reserved": null, "id": 0, "memory": 512, "pagesize": null, "pcpuset": [] }, "nova_object.name": "InstanceNUMACellPayload", "nova_object.namespace": "nova", "nova_object.version": "1.2" } ], "emulator_threads_policy": null, "instance_uuid": "75cab9f7-57e2-4bd1-984f-a0383d9ee60e" }, "nova_object.name": "InstanceNUMATopologyPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "pci_requests": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "requests": [] }, "nova_object.name": "InstancePCIRequestsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "project_id": "6f70656e737461636b20342065766572", "requested_destination": null, "retry": null, "scheduler_hints": {}, "security_groups": [ "default" ], "user_id": "fake" }, "nova_object.name": "RequestSpecPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "state": "active" }, "nova_object.name": "ComputeTaskPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "ERROR", "publisher_id": "nova-conductor:fake-mini" } |
compute_task.rebuild_server.error |
ComputeTaskNotification |
ComputeTaskPayload |
{ "event_type": "compute_task.rebuild_server.error", "payload": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "reason": { "nova_object.data": { "exception": "NoValidHost", "exception_message": "No valid host was found. There are not enough hosts available.", "function_name": "_schedule_instances", "module_name": "nova.conductor.manager", "traceback": "Traceback (most recent call last):\n File \"nova/conductor/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "request_spec": { "nova_object.data": { "availability_zone": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:numa_cpus.0": "0", "hw:numa_mem.0": "512", "hw:numa_nodes": "1", "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "force_hosts": null, "force_nodes": null, "ignore_hosts": null, "image": { "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": { "nova_object.data": { "hw_architecture": "x86_64" }, "nova_object.name": "ImageMetaPropsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "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.namespace": "nova", "nova_object.version": "1.0" }, "instance_group": null, "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "num_instances": 1, "numa_topology": { "nova_object.data": { "cells": [ { "nova_object.data": { "cpu_pinning_raw": null, "cpu_policy": null, "cpu_thread_policy": null, "cpu_topology": null, "cpuset": [ 0 ], "cpuset_reserved": null, "id": 0, "memory": 512, "pagesize": null, "pcpuset": [] }, "nova_object.name": "InstanceNUMACellPayload", "nova_object.namespace": "nova", "nova_object.version": "1.2" } ], "emulator_threads_policy": null, "instance_uuid": "75cab9f7-57e2-4bd1-984f-a0383d9ee60e" }, "nova_object.name": "InstanceNUMATopologyPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "pci_requests": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "requests": [] }, "nova_object.name": "InstancePCIRequestsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "project_id": "6f70656e737461636b20342065766572", "requested_destination": null, "retry": null, "scheduler_hints": {}, "security_groups": [ "default" ], "user_id": "fake" }, "nova_object.name": "RequestSpecPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "state": "error" }, "nova_object.name": "ComputeTaskPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "ERROR", "publisher_id": "nova-conductor:fake-mini" } |
compute.exception |
ExceptionNotification |
ExceptionPayload |
{ "event_type": "compute.exception", "payload": { "nova_object.data": { "exception": "AggregateNameExists", "exception_message": "Aggregate versioned_exc_aggregate already exists.", "function_name": "_aggregate_create_in_db", "module_name": "nova.objects.aggregate", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "ERROR", "publisher_id": "nova-api:fake-mini" } |
flavor.create |
FlavorNotification |
FlavorPayload |
{ "event_type": "flavor.create", "payload": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": null, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 1024, "name": "test_flavor", "projects": [], "root_gb": 10, "rxtx_factor": 2.0, "swap": 0, "vcpu_weight": 0, "vcpus": 2 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
flavor.delete |
FlavorNotification |
FlavorPayload |
{ "event_type": "flavor.delete", "payload": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": null, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 1024, "name": "test_flavor", "projects": null, "root_gb": 10, "rxtx_factor": 2.0, "swap": 0, "vcpu_weight": 0, "vcpus": 2 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
flavor.update |
FlavorNotification |
FlavorPayload |
{ "event_type": "flavor.update", "payload": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:numa_nodes": "2" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": false, "memory_mb": 1024, "name": "test_flavor", "projects": [ "fake_tenant" ], "root_gb": 10, "rxtx_factor": 2.0, "swap": 0, "vcpu_weight": 0, "vcpus": 2 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
instance.delete.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.delete.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": "2012-10-29T13:42:11Z", "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "ip_addresses": [], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "pending", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "deleted", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": "2012-10-29T13:42:11Z", "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.delete.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.delete.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "deleting", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.evacuate |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.evacuate", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "host2", "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "host2", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "rebuilding", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-api:host2" } |
instance.interface_attach.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.interface_attach.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "address": "192.168.1.30", "device_name": "tap88dae9fa-0d", "label": "private", "mac": "00:0c:29:0d:11:74", "meta": {}, "port_uuid": "88dae9fa-0dc6-49e3-8c29-3abc41e99ac9", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.interface_attach.error |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.interface_attach.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": { "nova_object.data": { "exception": "InterfaceAttachFailed", "exception_message": "dummy", "function_name": "_unsuccessful_attach_interface", "module_name": "nova.tests.functional.notification_sample_tests.test_instance", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.interface_attach.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.interface_attach.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.interface_detach.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.interface_detach.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.interface_detach.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.interface_detach.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "address": "192.168.1.30", "device_name": "tap88dae9fa-0d", "label": "private", "mac": "00:0c:29:0d:11:74", "meta": {}, "port_uuid": "88dae9fa-0dc6-49e3-8c29-3abc41e99ac9", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_abort.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_abort.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_abort.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_abort.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_force_complete.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_force_complete.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_force_complete.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_force_complete.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_post.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_post.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_post.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_post.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_post_dest.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_post_dest.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "host2", "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "host2", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
instance.live_migration_post_dest.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_post_dest.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
instance.live_migration_pre.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_pre.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
instance.live_migration_pre.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_pre.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
instance.live_migration_rollback.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_rollback.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_rollback.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_rollback.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.live_migration_rollback_dest.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_rollback_dest.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
instance.live_migration_rollback_dest.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.live_migration_rollback_dest.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "admin", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
instance.lock |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.lock", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": true, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
instance.pause.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.pause.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "paused", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.pause.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.pause.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "pausing", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.power_off.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.power_off.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "stopped", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.power_off.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.power_off.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "powering-off", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.power_on.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.power_on.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.power_on.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.power_on.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "stopped", "task_state": "powering-on", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.reboot.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.reboot.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.reboot.error |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.reboot.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": { "nova_object.data": { "exception": "UnsupportedVirtType", "exception_message": "Virtualization type 'FakeVirt' is not supported by this compute driver", "function_name": "_hard_reboot", "module_name": "nova.tests.functional.notification_sample_tests.test_instance", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "reboot_started_hard", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.reboot.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.reboot.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "reboot_pending_hard", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "resize_migrated", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize.error |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": { "nova_object.data": { "exception": "FlavorDiskTooSmall", "exception_message": "The created instance's disk would be too small.", "function_name": "_build_resources", "module_name": "nova.tests.functional.notification_sample_tests.test_instance", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "resize_prep", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.resize.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "resize_migrating", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_confirm.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize_confirm.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "2", "is_public": true, "memory_mb": 2048, "name": "m1.small", "projects": null, "root_gb": 20, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_confirm.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize_confirm.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "2", "is_public": true, "memory_mb": 2048, "name": "m1.small", "projects": null, "root_gb": 20, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "resized", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_finish.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize_finish.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "reset" }, "flavorid": "d5a8bb54-365a-45ae-abdb-38d249df7845", "is_public": true, "memory_mb": 256, "name": "other_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "resized", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_finish.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize_finish.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "reset" }, "flavorid": "d5a8bb54-365a-45ae-abdb-38d249df7845", "is_public": true, "memory_mb": 256, "name": "other_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "resize_finish", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_revert.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize_revert.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_revert.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resize_revert.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "reset" }, "flavorid": "d5a8bb54-365a-45ae-abdb-38d249df7845", "is_public": true, "memory_mb": 256, "name": "other_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "resized", "task_state": "resize_reverting", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.restore.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.restore.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.restore.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.restore.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "soft-delete", "task_state": "restoring", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resume.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resume.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resume.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.resume.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "suspended", "task_state": "resuming", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.shelve.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.shelve.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "shelved", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.shelve.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.shelve.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "shelving", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.shelve_offload.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.shelve_offload.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": null, "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": null, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": null, "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "shelved_offloaded", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.shelve_offload.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.shelve_offload.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "shelved", "task_state": "shelving_offloading", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.shutdown.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.shutdown.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "ip_addresses": [], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "deleting", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.shutdown.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.shutdown.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "deleting", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.soft_delete.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.soft_delete.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": "2012-10-29T13:42:11Z", "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "soft-delete", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:fake-mini" } |
instance.soft_delete.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.soft_delete.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": "2012-10-29T13:42:11Z", "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "soft-deleting", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:fake-mini" } |
instance.suspend.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.suspend.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "suspended", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.suspend.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.suspend.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "suspending", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.trigger_crash_dump.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.trigger_crash_dump.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.trigger_crash_dump.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.trigger_crash_dump.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.unlock |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unlock", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
instance.unpause.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unpause.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.unpause.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unpause.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "paused", "task_state": "unpausing", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.unrescue.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unrescue.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.unrescue.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unrescue.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "rescued", "task_state": "unrescuing", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.unshelve.end |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unshelve.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.unshelve.start |
InstanceActionNotification |
InstanceActionPayload |
{ "event_type": "instance.unshelve.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": null, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": null, "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "shelved_offloaded", "task_state": "unshelving", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.rebuild.end |
InstanceActionRebuildNotification |
InstanceActionRebuildPayload |
{ "event_type": "instance.rebuild.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": null, "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c", "ip_addresses": [ { "nova_object.data": { "address": "192.168.1.3", "device_name": "tapce531f90-19", "label": "private", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "rebuild-cert-id-1", "rebuild-cert-id-2" ], "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionRebuildPayload", "nova_object.namespace": "nova", "nova_object.version": "1.9" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.rebuild.error |
InstanceActionRebuildNotification |
InstanceActionRebuildPayload |
{ "event_type": "instance.rebuild.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": null, "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": { "nova_object.data": { "exception": "VirtualInterfaceCreateException", "exception_message": "Virtual Interface creation failed", "function_name": "_virtual_interface_create_failed", "module_name": "nova.tests.functional.notification_sample_tests.test_instance", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c", "ip_addresses": [ { "nova_object.data": { "address": "192.168.1.3", "device_name": "tapce531f90-19", "label": "private", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "rebuilding", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "rebuild-cert-id-1", "rebuild-cert-id-2" ], "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionRebuildPayload", "nova_object.namespace": "nova", "nova_object.version": "1.9" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.rebuild.start |
InstanceActionRebuildNotification |
InstanceActionRebuildPayload |
{ "event_type": "instance.rebuild.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": null, "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c", "ip_addresses": [ { "nova_object.data": { "address": "192.168.1.3", "device_name": "tapce531f90-19", "label": "private", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "rebuilding", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "rebuild-cert-id-1", "rebuild-cert-id-2" ], "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionRebuildPayload", "nova_object.namespace": "nova", "nova_object.version": "1.9" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.rebuild_scheduled |
InstanceActionRebuildNotification |
InstanceActionRebuildPayload |
{ "event_type": "instance.rebuild_scheduled", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": null, "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c", "ip_addresses": [ { "nova_object.data": { "address": "192.168.1.3", "device_name": "tapce531f90-19", "label": "private", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "rebuilding", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "rebuild-cert-id-1", "rebuild-cert-id-2" ], "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionRebuildPayload", "nova_object.namespace": "nova", "nova_object.version": "1.9" }, "priority": "INFO", "publisher_id": "nova-conductor:compute" } |
instance.rescue.end |
InstanceActionRescueNotification |
InstanceActionRescuePayload |
{ "event_type": "instance.rescue.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "shutdown", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "rescue_image_ref": "a2459075-d96c-40d5-893e-577ff92e721c", "reservation_id": "r-npxv0e40", "state": "rescued", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionRescuePayload", "nova_object.namespace": "nova", "nova_object.version": "1.3" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.rescue.start |
InstanceActionRescueNotification |
InstanceActionRescuePayload |
{ "event_type": "instance.rescue.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "rescue_image_ref": "a2459075-d96c-40d5-893e-577ff92e721c", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "rescuing", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionRescuePayload", "nova_object.namespace": "nova", "nova_object.version": "1.3" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_prep.end |
InstanceActionResizePrepNotification |
InstanceActionResizePrepPayload |
{ "event_type": "instance.resize_prep.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "new_flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "reset" }, "flavorid": "d5a8bb54-365a-45ae-abdb-38d249df7845", "is_public": true, "memory_mb": 256, "name": "other_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "resize_prep", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionResizePrepPayload", "nova_object.namespace": "nova", "nova_object.version": "1.3" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.resize_prep.start |
InstanceActionResizePrepNotification |
InstanceActionResizePrepPayload |
{ "event_type": "instance.resize_prep.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "new_flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "reset" }, "flavorid": "d5a8bb54-365a-45ae-abdb-38d249df7845", "is_public": true, "memory_mb": 256, "name": "other_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "resize_prep", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionResizePrepPayload", "nova_object.namespace": "nova", "nova_object.version": "1.3" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.snapshot.end |
InstanceActionSnapshotNotification |
InstanceActionSnapshotPayload |
{ "event_type": "instance.snapshot.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "snapshot_image_id": "d2aae36f-785c-4518-8016-bc9534d9fc7f", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionSnapshotPayload", "nova_object.namespace": "nova", "nova_object.version": "1.9" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.snapshot.start |
InstanceActionSnapshotNotification |
InstanceActionSnapshotPayload |
{ "event_type": "instance.snapshot.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "snapshot_image_id": "d2aae36f-785c-4518-8016-bc9534d9fc7f", "state": "active", "task_state": "image_snapshot", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionSnapshotPayload", "nova_object.namespace": "nova", "nova_object.version": "1.9" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.volume_attach.end |
InstanceActionVolumeNotification |
InstanceActionVolumePayload |
{ "event_type": "instance.volume_attach.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c", "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "InstanceActionVolumePayload", "nova_object.namespace": "nova", "nova_object.version": "1.6" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.volume_attach.error |
InstanceActionVolumeNotification |
InstanceActionVolumePayload |
{ "event_type": "instance.volume_attach.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": { "nova_object.data": { "exception": "CinderConnectionFailed", "exception_message": "Connection to cinder host failed: Connection timed out", "function_name": "attach_volume", "module_name": "nova.tests.functional.notification_sample_tests.test_instance", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c", "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "InstanceActionVolumePayload", "nova_object.namespace": "nova", "nova_object.version": "1.6" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.volume_attach.start |
InstanceActionVolumeNotification |
InstanceActionVolumePayload |
{ "event_type": "instance.volume_attach.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c", "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "InstanceActionVolumePayload", "nova_object.namespace": "nova", "nova_object.version": "1.6" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.volume_detach.end |
InstanceActionVolumeNotification |
InstanceActionVolumePayload |
{ "event_type": "instance.volume_detach.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c", "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "InstanceActionVolumePayload", "nova_object.namespace": "nova", "nova_object.version": "1.6" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.volume_detach.start |
InstanceActionVolumeNotification |
InstanceActionVolumePayload |
{ "event_type": "instance.volume_detach.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c", "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "InstanceActionVolumePayload", "nova_object.namespace": "nova", "nova_object.version": "1.6" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.volume_swap.end |
InstanceActionVolumeSwapNotification |
InstanceActionVolumeSwapPayload |
{ "event_type": "instance.volume_swap.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "227cc671-f30b-4488-96fd-7d0bf13648d8" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "new_volume_id": "227cc671-f30b-4488-96fd-7d0bf13648d8", "node": "fake-mini", "old_volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionVolumeSwapPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.volume_swap.error |
InstanceActionVolumeSwapNotification |
InstanceActionVolumeSwapPayload |
{ "event_type": "instance.volume_swap.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "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", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "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": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionVolumeSwapPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.volume_swap.start |
InstanceActionVolumeSwapNotification |
InstanceActionVolumeSwapPayload |
{ "event_type": "instance.volume_swap.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "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", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "new_volume_id": "227cc671-f30b-4488-96fd-7d0bf13648d8", "node": "fake-mini", "old_volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceActionVolumeSwapPayload", "nova_object.namespace": "nova", "nova_object.version": "1.8" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.create.end |
InstanceCreateNotification |
InstanceCreatePayload |
{ "event_type": "instance.create.end", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "instance_name": "instance-00000001", "ip_addresses": [ { "nova_object.data": { "address": "192.168.1.3", "device_name": "tapce531f90-19", "label": "private", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "keypairs": [ { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "tags": [ "tag" ], "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "cert-id-1", "cert-id-2" ], "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceCreatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.create.error |
InstanceCreateNotification |
InstanceCreatePayload |
{ "event_type": "instance.create.error", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": { "nova_object.data": { "exception": "FlavorDiskTooSmall", "exception_message": "The created instance's disk would be too small.", "function_name": "_build_resources", "module_name": "nova.tests.functional.notification_sample_tests.test_instance", "traceback": "Traceback (most recent call last):\n File \"nova/compute/manager.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "instance_name": "instance-00000001", "ip_addresses": [], "kernel_id": "", "key_name": "my-key", "keypairs": [ { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "launched_at": null, "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "pending", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "building", "tags": [ "tag" ], "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "cert-id-1", "cert-id-2" ], "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceCreatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
instance.create.start |
InstanceCreateNotification |
InstanceCreatePayload |
{ "event_type": "instance.create.start", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "fault": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": null, "host_name": "some-server", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "instance_name": "instance-00000001", "ip_addresses": [], "kernel_id": "", "key_name": "my-key", "keypairs": [ { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "launched_at": null, "locked": false, "locked_reason": null, "metadata": {}, "node": null, "os_type": null, "power_state": "pending", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "building", "tags": [ "tag" ], "task_state": null, "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "trusted_image_certificates": [ "cert-id-1", "cert-id-2" ], "updated_at": null, "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceCreatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.exists |
InstanceExistsNotification |
InstanceExistsPayload |
{ "event_type": "instance.exists", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": null, "audit_period": { "nova_object.data": { "audit_period_beginning": "2012-10-01T00:00:00Z", "audit_period_ending": "2012-10-29T13:42:11Z" }, "nova_object.name": "AuditPeriodPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [ { "nova_object.data": { "boot_index": null, "delete_on_termination": false, "device_name": "/dev/sdb", "tag": null, "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113" }, "nova_object.name": "BlockDevicePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c", "ip_addresses": [ { "nova_object.data": { "address": "192.168.1.3", "device_name": "tapce531f90-19", "label": "private", "mac": "fa:16:3e:4c:2c:30", "meta": {}, "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442", "version": 4 }, "nova_object.name": "IpPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "kernel_id": "", "key_name": "my-key", "launched_at": "2012-10-29T13:42:11Z", "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "os_type": null, "power_state": "running", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "task_state": "rebuilding", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": "2012-10-29T13:42:11Z", "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceExistsPayload", "nova_object.namespace": "nova", "nova_object.version": "2.0" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
instance.update |
InstanceUpdateNotification |
InstanceUpdatePayload |
{ "event_type": "instance.update", "payload": { "nova_object.data": { "action_initiator_project": "6f70656e737461636b20342065766572", "action_initiator_user": "fake", "architecture": "x86_64", "audit_period": { "nova_object.data": { "audit_period_beginning": "2012-10-01T00:00:00Z", "audit_period_ending": "2012-10-29T13:42:11Z" }, "nova_object.name": "AuditPeriodPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "auto_disk_config": "MANUAL", "availability_zone": "nova", "block_devices": [], "created_at": "2012-10-29T13:42:11Z", "deleted_at": null, "display_description": "some-server", "display_name": "some-server", "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "host": "compute", "host_name": "some-server", "image_uuid": "155d900f-4e14-4e4c-a73d-069cbf4541e6", "ip_addresses": [], "kernel_id": "", "key_name": "my-key", "launched_at": null, "locked": false, "locked_reason": null, "metadata": {}, "node": "fake-mini", "old_display_name": null, "os_type": null, "power_state": "pending", "progress": 0, "ramdisk_id": "", "request_id": "req-5b6c791d-5709-4f36-8fbe-c3e02869e35d", "reservation_id": "r-npxv0e40", "state": "active", "state_update": { "nova_object.data": { "new_task_state": null, "old_state": "building", "old_task_state": null, "state": "building" }, "nova_object.name": "InstanceStateUpdatePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "tags": [], "task_state": "scheduling", "tenant_id": "6f70656e737461636b20342065766572", "terminated_at": null, "updated_at": null, "user_id": "fake", "uuid": "178b0921-8f85-4257-88b6-2e743b5a975c" }, "nova_object.name": "InstanceUpdatePayload", "nova_object.namespace": "nova", "nova_object.version": "2.0" }, "priority": "INFO", "publisher_id": "nova-compute:fake-mini" } |
keypair.create.end |
KeypairNotification |
KeypairPayload |
{ "event_type": "keypair.create.end", "payload": { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
keypair.create.start |
KeypairNotification |
KeypairPayload |
{ "event_type": "keypair.create.start", "payload": { "nova_object.data": { "fingerprint": null, "name": "my-key", "public_key": null, "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
keypair.delete.end |
KeypairNotification |
KeypairPayload |
{ "event_type": "keypair.delete.end", "payload": { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
keypair.delete.start |
KeypairNotification |
KeypairPayload |
{ "event_type": "keypair.delete.start", "payload": { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
keypair.import.end |
KeypairNotification |
KeypairPayload |
{ "event_type": "keypair.import.end", "payload": { "nova_object.data": { "fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c", "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
keypair.import.start |
KeypairNotification |
KeypairPayload |
{ "event_type": "keypair.import.start", "payload": { "nova_object.data": { "fingerprint": null, "name": "my-key", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova", "type": "ssh", "user_id": "fake" }, "nova_object.name": "KeypairPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
libvirt.connect.error |
LibvirtErrorNotification |
LibvirtErrorPayload |
{ "event_type": "libvirt.connect.error", "payload": { "nova_object.data": { "ip": "10.0.2.15", "reason": { "nova_object.data": { "exception": "libvirtError", "exception_message": "Sample exception for versioned notification test.", "function_name": "_get_connection", "module_name": "nova.virt.libvirt.host", "traceback": "Traceback (most recent call last):\n File \"nova/virt/libvirt/host.py\", line ..." }, "nova_object.name": "ExceptionPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" } }, "nova_object.name": "LibvirtErrorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "ERROR", "publisher_id": "nova-compute:compute" } |
metrics.update |
MetricsNotification |
MetricsPayload |
{ "event_type": "metrics.update", "payload": { "nova_object.data": { "host": "compute", "host_ip": "10.0.2.15", "metrics": [ { "nova_object.data": { "name": "cpu.iowait.percent", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 0 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.frequency", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 800 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.idle.percent", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 97 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.iowait.time", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 6121490000000 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.kernel.percent", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 0 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.kernel.time", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 5664160000000 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.percent", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 2 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.user.percent", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 1 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.user.time", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 26728850000000 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, { "nova_object.data": { "name": "cpu.idle.time", "numa_membw_values": null, "source": "fake.SmallFakeDriver", "timestamp": "2012-10-29T13:42:11Z", "value": 1592705190000000 }, "nova_object.name": "MetricPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" } ], "nodename": "fake-mini" }, "nova_object.name": "MetricsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |
scheduler.select_destinations.end |
SelectDestinationsNotification |
RequestSpecPayload |
{ "event_type": "scheduler.select_destinations.end", "payload": { "nova_object.data": { "availability_zone": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "force_hosts": null, "force_nodes": null, "ignore_hosts": null, "image": { "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": { "nova_object.data": { "hw_architecture": "x86_64" }, "nova_object.name": "ImageMetaPropsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "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.namespace": "nova", "nova_object.version": "1.0" }, "instance_group": null, "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "num_instances": 1, "numa_topology": null, "pci_requests": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "requests": [] }, "nova_object.name": "InstancePCIRequestsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "project_id": "6f70656e737461636b20342065766572", "requested_destination": null, "retry": null, "scheduler_hints": {}, "security_groups": [ "default" ], "user_id": "fake" }, "nova_object.name": "RequestSpecPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-scheduler:fake-mini" } |
scheduler.select_destinations.start |
SelectDestinationsNotification |
RequestSpecPayload |
{ "event_type": "scheduler.select_destinations.start", "payload": { "nova_object.data": { "availability_zone": null, "flavor": { "nova_object.data": { "description": null, "disabled": false, "ephemeral_gb": 0, "extra_specs": { "hw:watchdog_action": "disabled" }, "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3", "is_public": true, "memory_mb": 512, "name": "test_flavor", "projects": null, "root_gb": 1, "rxtx_factor": 1.0, "swap": 0, "vcpu_weight": 0, "vcpus": 1 }, "nova_object.name": "FlavorPayload", "nova_object.namespace": "nova", "nova_object.version": "1.4" }, "force_hosts": null, "force_nodes": null, "ignore_hosts": null, "image": { "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": { "nova_object.data": { "hw_architecture": "x86_64" }, "nova_object.name": "ImageMetaPropsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.12" }, "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.namespace": "nova", "nova_object.version": "1.0" }, "instance_group": null, "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "num_instances": 1, "numa_topology": null, "pci_requests": { "nova_object.data": { "instance_uuid": "d5e6a7b7-80e5-4166-85a3-cd6115201082", "requests": [] }, "nova_object.name": "InstancePCIRequestsPayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "project_id": "6f70656e737461636b20342065766572", "requested_destination": null, "retry": null, "scheduler_hints": {}, "security_groups": [ "default" ], "user_id": "fake" }, "nova_object.name": "RequestSpecPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-scheduler:fake-mini" } |
server_group.add_member |
ServerGroupNotification |
ServerGroupPayload |
{ "event_type": "server_group.add_member", "payload": { "nova_object.data": { "hosts": null, "members": [ "54238a20-f9be-47a7-897e-d7cb0e4c03d0" ], "name": "test-server-group", "policies": [ "anti-affinity" ], "policy": "anti-affinity", "project_id": "6f70656e737461636b20342065766572", "rules": { "max_server_per_host": "3" }, "user_id": "fake", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "ServerGroupPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
server_group.create |
ServerGroupNotification |
ServerGroupPayload |
{ "event_type": "server_group.create", "payload": { "nova_object.data": { "hosts": null, "members": [], "name": "test-server-group", "policies": [ "anti-affinity" ], "policy": "anti-affinity", "project_id": "6f70656e737461636b20342065766572", "rules": { "max_server_per_host": "3" }, "user_id": "fake", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "ServerGroupPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
server_group.delete |
ServerGroupNotification |
ServerGroupPayload |
{ "event_type": "server_group.delete", "payload": { "nova_object.data": { "hosts": null, "members": [], "name": "test-server-group", "policies": [ "anti-affinity" ], "policy": "anti-affinity", "project_id": "6f70656e737461636b20342065766572", "rules": { "max_server_per_host": "3" }, "user_id": "fake", "uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80" }, "nova_object.name": "ServerGroupPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-api:fake-mini" } |
service.create |
ServiceStatusNotification |
ServiceStatusPayload |
{ "event_type": "service.create", "payload": { "nova_object.data": { "availability_zone": null, "binary": "nova-compute", "disabled": false, "disabled_reason": null, "forced_down": false, "host": "host2", "last_seen_up": null, "report_count": 0, "topic": "compute", "uuid": "fa69c544-906b-4a6a-a9c6-c1f7a8078c73", "version": 23 }, "nova_object.name": "ServiceStatusPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
service.delete |
ServiceStatusNotification |
ServiceStatusPayload |
{ "event_type": "service.delete", "payload": { "nova_object.data": { "availability_zone": null, "binary": "nova-compute", "disabled": false, "disabled_reason": null, "forced_down": false, "host": "host2", "last_seen_up": null, "report_count": 0, "topic": "compute", "uuid": "fa69c544-906b-4a6a-a9c6-c1f7a8078c73", "version": 23 }, "nova_object.name": "ServiceStatusPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-compute:host2" } |
service.update |
ServiceStatusNotification |
ServiceStatusPayload |
{ "event_type": "service.update", "payload": { "nova_object.data": { "availability_zone": null, "binary": "nova-compute", "disabled": false, "disabled_reason": null, "forced_down": false, "host": "host1", "last_seen_up": "2012-10-29T13:42:05Z", "report_count": 1, "topic": "compute", "uuid": "fa69c544-906b-4a6a-a9c6-c1f7a8078c73", "version": 23 }, "nova_object.name": "ServiceStatusPayload", "nova_object.namespace": "nova", "nova_object.version": "1.1" }, "priority": "INFO", "publisher_id": "nova-compute:host1" } |
volume.usage |
VolumeUsageNotification |
VolumeUsagePayload |
{ "event_type": "volume.usage", "payload": { "nova_object.data": { "availability_zone": "nova", "instance_uuid": "88fde343-13a8-4047-84fb-2657d5e702f9", "last_refreshed": "2012-10-29T13:42:11Z", "project_id": "6f70656e737461636b20342065766572", "read_bytes": 0, "reads": 0, "user_id": "fake", "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113", "write_bytes": 0, "writes": 0 }, "nova_object.name": "VolumeUsagePayload", "nova_object.namespace": "nova", "nova_object.version": "1.0" }, "priority": "INFO", "publisher_id": "nova-compute:compute" } |