6329d721ef
A new versioned notification is emitted from the wrap_exception decorator. Change-Id: I8fcbce111537dae6ad3ba0961fb761540ae800ed Partially-Implements: bp versioned-notification-transformation-newton
17 lines
535 B
JSON
17 lines
535 B
JSON
{
|
|
"event_type": "compute.exception",
|
|
"payload": {
|
|
"nova_object.data": {
|
|
"exception": "AggregateNameExists",
|
|
"exception_message": "Aggregate versioned_exc_aggregate already exists.",
|
|
"function_name": "aggregate_create",
|
|
"module_name": "nova.db.sqlalchemy.api"
|
|
},
|
|
"nova_object.name": "ExceptionPayload",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.0"
|
|
},
|
|
"priority": "ERROR",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|