Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: Do not override answer file nfsConfigEnabled
......................................................................

packaging: setup: Do not override answer file nfsConfigEnabled

Change-Id: I2ec2f9619b325f9574b0c884ef59d5b7e30eb0a3
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py
1 file changed, 2 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/26452/1

diff --git 
a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py 
b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py
index e2dba6a..9da6534 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/system/nfs.py
@@ -60,19 +60,13 @@
         )[0]
 
     @plugin.event(
-        stage=plugin.Stages.STAGE_BOOT,
+        stage=plugin.Stages.STAGE_INIT,
     )
-    def _boot(self):
-        # Override existing post installs
+    def _init(self):
         self.environment.setdefault(
             osetupcons.SystemEnv.NFS_CONFIG_ENABLED,
             None
         )
-
-    @plugin.event(
-        stage=plugin.Stages.STAGE_INIT,
-    )
-    def _init(self):
         self.environment.setdefault(
             osetupcons.SystemEnv.NFS_SERVICE_NAME,
             None


-- 
To view, visit http://gerrit.ovirt.org/26452
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ec2f9619b325f9574b0c884ef59d5b7e30eb0a3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to