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