# File lib/fog/ovirt/models/compute/template.rb, line 39
        def ready?
          !(status =~ /down/i)
        end