nova/doc/notification_samples/keypair-import-start.json
Előd Illés de9ce26c73 Deduplicate keypair notification samples
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
2017-11-20 16:30:21 +01:00

11 lines
262 B
JSON

{
"priority": "INFO",
"payload": {
"$ref": "common_payloads/KeypairPayload.json#",
"nova_object.data": {
"fingerprint": null
}
},
"event_type": "keypair.import.start",
"publisher_id": "nova-api:fake-mini"
}