Files
nova/doc/notification_samples/service-update.json
Andrew Laski aeebd6614a Update get_instance_diagnostics for instance objects
Removes a longstanding TODO to update this method to handle instance
objects. The method is not actually used anywhere so there are no
upgrade concerns, but proper protocol is observed regardless.

Change-Id: Ieaf538fa2dc5c4a15574cc6aacac26abbac3b5a2
2016-06-28 10:36:25 -04:00

22 lines
610 B
JSON

{
"priority": "INFO",
"payload": {
"nova_object.namespace": "nova",
"nova_object.name": "ServiceStatusPayload",
"nova_object.version": "1.0",
"nova_object.data": {
"host": "host1",
"disabled": false,
"last_seen_up": "2012-10-29T13:42:05Z",
"binary": "nova-compute",
"topic": "compute",
"disabled_reason": null,
"report_count": 1,
"forced_down": false,
"version": 13
}
},
"event_type": "service.update",
"publisher_id": "nova-compute:host1"
}