nova/doc/notification_samples/service-create.json
Lajos Katona ab937d8e7a Deduplicate service status notification samples
This patch refactors the sample files of service-create, service-delete
and service-update notifications to use a common ServiceStatusPayload
sample data.

This patch addresses the problem which lead the revert of the commit
I708ce5423806d2913e77abbe338aec970a5009dc.

Change-Id: I2f619089ae88d05207bb3432c63546a298f0bf15
2018-01-19 08:35:19 +00:00

10 lines
191 B
JSON

{
"priority": "INFO",
"payload": {
"$ref": "common_payloads/ServiceStatusPayload.json#"
},
"event_type": "service.create",
"publisher_id": "nova-compute:host2"
}