916f01ef7d
This service version indicates that the successful delete of a BuildRequest during instance deletion will cause nova-conductor to stop a build when it notices that the BuildRequest is gone. This simplifies the delete code for dealing with pre-scheduled instances. Change-Id: I961d002cccd3e01a26cb5174e0804db7fc1f836d
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": 15
|
|
}
|
|
},
|
|
"event_type": "service.update",
|
|
"publisher_id": "nova-compute:host1"
|
|
}
|