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