# File lib/deltacloud/drivers/rhevm/rhevm_client.rb, line 462
    def cluster_ids
      @cluster_ids ||= clusters.collect { |c| c.id }
    end