470d165d04
This patch refactors the sample files of instance.create notifications. As these notifications use a different payload class as the most of the instance notifications a new common payload sample fragment was also needed. Change-Id: I7a8e9507ee30d404e075a46e48070a0f94276e33
7 lines
179 B
JSON
7 lines
179 B
JSON
{
|
|
"event_type":"instance.create.end",
|
|
"payload":{"$ref":"common_payloads/InstanceCreatePayload.json#"},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|