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