# File lib/fog/rackspace/models/compute_v2/server.rb, line 80 def image requires :image_id @image ||= connection.images.get(image_id) end