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