d486315e0c
We need to signal that the compute is Ocata and since the placement is now mandatory for Ocata, we want to hard-fail if the conf is not correct. Depends-On: I573149b9415da2a8bb3951a4c4ce71c4c3e48c6f Change-Id: I3919f652040f2be2641420dd469af01b268e65c9
22 lines
610 B
JSON
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": 16
|
|
}
|
|
},
|
|
"event_type": "service.update",
|
|
"publisher_id": "nova-compute:host1"
|
|
}
|