
This patch contains the instance.exists related notification transformation. The functional test for instance_usage_audit periodic task case is added in a subsequent patch. Change-Id: I1a0afa0e8740c229db77c18b932e316196880de5 Implements: bp versioned-notification-transformation-rocky
14 lines
365 B
JSON
Executable File
14 lines
365 B
JSON
Executable File
{
|
|
"event_type":"instance.exists",
|
|
"payload":{
|
|
"$ref":"common_payloads/InstanceExistsPayload.json#",
|
|
"nova_object.data":{
|
|
"architecture":null,
|
|
"image_uuid":"a2459075-d96c-40d5-893e-577ff92e721c",
|
|
"task_state":"rebuilding"
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|