By default, on 2.1, linux machines will do a reboot after configure.

This commit is contained in:
Adolfo Gómez García 2017-03-31 10:23:39 +02:00
parent 9955e7bcff
commit 5794fab7da

View File

@ -127,7 +127,7 @@ class UDSActorSvc(Daemon, CommonService):
logger.debug('CFG: {}'.format(cfg))
if cfg is not None:
self.rebootMachineAfterOp = cfg.get('reboot', False)
self.rebootMachineAfterOp = cfg.get('reboot', True)
else:
self.rebootMachineAfterOp = False