688de7333f
This patch refactors the sample files of aggregate-add_host, aggregate-delete, aggregate-create and aggregate-remove_host notifications to use a common AggregatePayload sample data. Change-Id: I50382f4d829693412bbfe47ffd08a24e69342715
13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"priority": "INFO",
|
|
"payload": {
|
|
"$ref": "common_payloads/AggregatePayload.json#",
|
|
"nova_object.data": {
|
|
"hosts": null,
|
|
"id": null
|
|
}
|
|
},
|
|
"event_type": "aggregate.create.start",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|