# File lib/fog/openstack/models/image/images.rb, line 18
        def find_by_id(id)
          self.find {|image| image.id == id}
        end