Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: accept configuration by default ......................................................................
packaging: setup: accept configuration by default Previously user was required to answer yes for approving configuration preview. Now user can just hit enter. Change-Id: I960df6c971013aa08726a64bd22425a3dc27fe65 Bug-Url: https://bugzilla.redhat.com/1107772 Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/plugins/ovirt-hosted-engine-setup/core/preview.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/53/28853/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/core/preview.py b/src/plugins/ovirt-hosted-engine-setup/core/preview.py index 8104097..ecf127b 100644 --- a/src/plugins/ovirt-hosted-engine-setup/core/preview.py +++ b/src/plugins/ovirt-hosted-engine-setup/core/preview.py @@ -1,6 +1,6 @@ # # ovirt-hosted-engine-setup -- ovirt hosted engine setup -# Copyright (C) 2013 Red Hat, Inc. +# Copyright (C) 2013-2014 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -91,7 +91,7 @@ prompt=True, validValues=(_('Yes'), _('No')), caseSensitive=False, - default=_('No'), + default=_('Yes'), ) == _('Yes').lower() if not self.environment[ohostedcons.CoreEnv.CONFIRM_SETTINGS]: -- To view, visit http://gerrit.ovirt.org/28853 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I960df6c971013aa08726a64bd22425a3dc27fe65 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
