nova/doc/notification_samples/service-update.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

15 lines
343 B
JSON

{
"priority": "INFO",
"payload": {
"$ref": "common_payloads/ServiceStatusPayload.json#",
"nova_object.data": {
"host": "host1",
"last_seen_up": "2012-10-29T13:42:05Z",
"report_count": 1
}
},
"event_type": "service.update",
"publisher_id": "nova-compute:host1"
}