Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: No default for ISO_DOMAIN nfs acl ......................................................................
packaging: setup: No default for ISO_DOMAIN nfs acl Change-Id: I0857fccb75b34c81c94034cfbd97d8f6f59b5a7d Bug-Url: https://bugzilla.redhat.com/1110740 Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/iso_domain.py 1 file changed, 10 insertions(+), 10 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/37062/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/iso_domain.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/iso_domain.py index 2d688a8..fb9e9c3 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/iso_domain.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/config/iso_domain.py @@ -387,19 +387,19 @@ ] = self.dialog.queryString( name='ISO_DOMAIN_ACL', note=_( - 'Local ISO domain ACL - note that the default will ' - 'restrict access to {fqdn} only, for security reasons ' - '[@DEFAULT@]: ' - ).format( - fqdn=self.environment[osetupcons.ConfigEnv.FQDN] + '\nPlease provide the ACL for the Local ISO domain.\n' + 'See the exports(5) manpage for the format.\n' + 'Examples:\n' + '- To allow access for host1, host2 and host3, input: ' + 'host1(rw) host2(rw) host3(rw)\n' + '- To allow access to the entire Internet, input: *(rw)\n' + '\nFor more information, see: ' + 'http://www.ovirt.org/Troubleshooting_NFS_Storage_Issues\n' + '\nLocal ISO domain ACL: ' ), + # No default, user must input something prompt=True, caseSensitive=True, - default=( - osetupcons.Const.ISO_DOMAIN_NFS_DEFAULT_ACL_FORMAT.format( - fqdn=self.environment[osetupcons.ConfigEnv.FQDN] - ) - ), ) if self.environment[ -- To view, visit http://gerrit.ovirt.org/37062 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0857fccb75b34c81c94034cfbd97d8f6f59b5a7d 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
