# File lib/fog/baremetal/openstack/models/drivers.rb, line 14
        def find_by_name(name)
          new(service.get_driver(name).body)
        end