# File lib/fog/compute/openstack/requests/add_aggregate_host.rb, line 17
        def add_aggregate_host(_uuid, _host_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