# File lib/fog/rackspace/models/compute/server.rb, line 41
        def image
          requires :image_id
          connection.images.get(image_id)
        end