6c99eb49c3
The aggregate.remove_host.start and aggregate.remove_host.end notifications has been transformed to the versioned notification framework. Note that the legacy event_type was aggregate.removehost but the versioned notification is named to aggregate.remove_host to keep the naming consistent with the other event_types. Implements: bp versioned-notification-transformation-queens Change-Id: I5cb84eb797ca98964a04b5b495fba263db98a54f
20 lines
544 B
JSON
20 lines
544 B
JSON
{
|
|
"priority": "INFO",
|
|
"payload": {
|
|
"nova_object.version": "1.1",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.name": "AggregatePayload",
|
|
"nova_object.data": {
|
|
"name": "my-aggregate",
|
|
"metadata": {
|
|
"availability_zone": "nova"
|
|
},
|
|
"hosts": ["compute"],
|
|
"id": 1,
|
|
"uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80"
|
|
}
|
|
},
|
|
"event_type": "aggregate.remove_host.start",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|