# File lib/fog/softlayer/requests/compute/create_key_pair.rb, line 34 def create_key_pair(opts) request(:security_ssh_key, :create_object, :body => opts, :http_method => :post) end