ad56be6d22
The keypair.create.start and keypair.create.end notifications has been transformed to the versioned notification framework. Change-Id: I71e9d8dae55653ad3ee70f708a6d92c98ed20c1c Implements: bp versioned-notification-transformation-pike
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"priority": "INFO",
|
|
"payload": {
|
|
"nova_object.version": "1.0",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.name": "KeypairPayload",
|
|
"nova_object.data": {
|
|
"user_id": "fake",
|
|
"name": "my-key",
|
|
"fingerprint": null,
|
|
"public_key": null,
|
|
"type": "ssh"
|
|
}
|
|
},
|
|
"event_type": "keypair.create.start",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|