Skip to content

Commit

Permalink
[openstack|compute] Fix Bug on Key Pair Mock
Browse files Browse the repository at this point in the history
Signed-off-by: Nelvin Driz <[email protected]>
  • Loading branch information
Keoven committed Apr 30, 2012
1 parent 1129de2 commit 1a49087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fog/openstack/requests/compute/list_key_pairs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ def list_key_pairs
"keypairs" => [{
"keypair" => {
"public_key" => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDCdAZLjln1tJbLVVkNHjWFSoKen2nZbk39ZfqhZJOMdeFdz02GWBS4rcuHboeGg/gozKRwsLu4N6NLPlYtbK/NapJIvgO/djBp+FG1QZNtLPsx7j4hVJac3yISGms+Xtu4cEv6j5sFDzAgTQbWz0Z1+9qOq9ngdaoW+YClfQ== vagrant@nova\n",
"name" => "test_key",
"name" => "test_key",
"fingerprint" => "97:86:f4:15:68:0c:7b:a7:e5:8f:f0:bd:1f:27:65:ad"
}
}]
}
response
end
end # mock
end # openstack
Expand Down

0 comments on commit 1a49087

Please sign in to comment.