# File lib/openstack/compute/connection.rb, line 159
    def get_image(id)
      OpenStack::Compute::Image.new(self,id)
    end