de9ce26c73
This patch refactors the sample files of keypair-create, keypair-delete and keypair-import notifications to use a common KeypairPayload sample data. Change-Id: Ic8f2d51fe4922cd7633b0d77dc86702798bae1d6
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"priority": "INFO",
|
|
"payload": {
|
|
"$ref": "common_payloads/KeypairPayload.json#",
|
|
"nova_object.data": {
|
|
"fingerprint": null,
|
|
"public_key": null
|
|
}
|
|
},
|
|
"event_type": "keypair.create.start",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|