# File lib/fog/cloudstack/requests/compute/create_ssh_key_pair.rb, line 9 def create_ssh_key_pair(name,options={}) options.merge!( 'command' => 'createSSHKeyPair', 'name' => name ) request(options) end