Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: make sure iso domain questions are within right section ......................................................................
packaging: setup: make sure iso domain questions are within right section Change-Id: Ibe522085cee90b5a849af4bbda10022ed432ed52 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/16102/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py b/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py index 66a299b..aefcb83 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py +++ b/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py @@ -236,6 +236,9 @@ after=[ osetupcons.Stages.SYSTEM_NFS_CONFIG_AVAILABLE, ], + before=[ + osetupcons.Stages.DIALOG_TITLES_E_SYSTEM, + ], condition=lambda self: self.environment[ osetupcons.SystemEnv.NFS_CONFIG_ENABLED ], -- To view, visit http://gerrit.ovirt.org/16102 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibe522085cee90b5a849af4bbda10022ed432ed52 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
