# File lib/fog/baremetal/openstack/models/nodes.rb, line 24
        def find_by_uuid(uuid)
          new(service.get_node(uuid).body)
        end