# File lib/fog/openstack/models/compute/server.rb, line 142 def reboot(type = 'SOFT') requires :id connection.reboot_server(id, type) true end