Douglas Schilling Landgraf has uploaded a new change for review. Change subject: defaults: revert commit 0c8b9ae8b ......................................................................
defaults: revert commit 0c8b9ae8b The commit is not needed, the network in TUI will be disabled as soon the node get registered and approved. Change-Id: Ice95799428e86be168a3487d9a9ee48b47476894 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/config/defaults.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/42/42442/1 diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py index a8cfbed..a078438 100755 --- a/src/ovirt/node/config/defaults.py +++ b/src/ovirt/node/config/defaults.py @@ -280,7 +280,7 @@ """Return all transactions to re-configure networking """ services = ["network", "ntpd", "ntpdate", "rpcbind", "nfslock", - "rpcidmapd", "nfs-idmapd", "rpcgssd", "vdsmd"] + "rpcidmapd", "nfs-idmapd", "rpcgssd"] def do_services(cmd, services): with console.CaptureOutput(): -- To view, visit https://gerrit.ovirt.org/42442 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice95799428e86be168a3487d9a9ee48b47476894 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
