# File lib/fog/compute/ecloud/models/server.rb, line 288
        def compute_pool
          reload if other_links.nil?
          @compute_pool = service.compute_pools.new(:href => other_links.detect { |l| l[:type] == "application/vnd.tmrk.cloud.computePool" }[:href])
        end