# File lib/fog/compute/openstack/requests/delete_key_pair.rb, line 15 def delete_key_pair(_key_name) response = Excon::Response.new response.status = 202 response.headers = { "Content-Type" => "text/html; charset=UTF-8", "Content-Length" => "0", "Date" => Date.new } response.body = {} response end