7f864ff452
Transform server group delete notification to the versioned notification framework. Co-Authored-By: Gábor Antal <antal@inf.u-szeged.hu> Change-Id: I03890877118a283f9cc22eec2c7456bd2016a6ba Implements: bp versioned-notification-transformation-queens
20 lines
593 B
JSON
20 lines
593 B
JSON
{
|
|
"priority": "INFO",
|
|
"payload": {
|
|
"nova_object.version": "1.0",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.name": "ServerGroupPayload",
|
|
"nova_object.data": {
|
|
"uuid": "788608ec-ebdc-45c5-bc7f-e5f24ab92c80",
|
|
"name": "test-server-group",
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"user_id": "fake",
|
|
"policies": ["anti-affinity"],
|
|
"members": [],
|
|
"hosts": null
|
|
}
|
|
},
|
|
"event_type": "server_group.delete",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|