# File lib/fog/baremetal/openstack/models/nodes.rb, line 29 def destroy(uuid) node = find_by_uuid(uuid) node.destroy end