470d165d04
This patch refactors the sample files of instance.create notifications. As these notifications use a different payload class as the most of the instance notifications a new common payload sample fragment was also needed. Change-Id: I7a8e9507ee30d404e075a46e48070a0f94276e33
24 lines
943 B
JSON
24 lines
943 B
JSON
{
|
|
"$ref":"InstanceActionPayload.json",
|
|
"nova_object.data": {
|
|
"block_devices": [],
|
|
"keypairs": [
|
|
{
|
|
"nova_object.version": "1.0",
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.name": "KeypairPayload",
|
|
"nova_object.data": {
|
|
"user_id": "fake",
|
|
"name": "my-key",
|
|
"fingerprint": "1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c",
|
|
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova",
|
|
"type": "ssh"
|
|
}
|
|
}
|
|
],
|
|
"tags": ["tag"]
|
|
},
|
|
"nova_object.name":"InstanceCreatePayload",
|
|
"nova_object.version": "1.7"
|
|
}
|