# File lib/fog/ovirt/models/compute/server.rb, line 79
        def reboot(options = {})
          stop unless stopped?
          start options.merge(:blocking => true)
        end