Alex Lourie has uploaded a new change for review. Change subject: packaging: setup: explain internal DC usage ......................................................................
packaging: setup: explain internal DC usage Change-Id: Iada050cc14393381a79819cddce0a49b74fe311c Bug-Url: https://bugzilla.redhat.com/1034802 Signed-off-by: Alex Lourie <[email protected]> --- M src/plugins/ovirt-hosted-engine-setup/storage/storage.py 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/10/21910/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/storage/storage.py b/src/plugins/ovirt-hosted-engine-setup/storage/storage.py index 8e4b4f3..e4228ea 100644 --- a/src/plugins/ovirt-hosted-engine-setup/storage/storage.py +++ b/src/plugins/ovirt-hosted-engine-setup/storage/storage.py @@ -801,7 +801,11 @@ ohostedcons.StorageEnv.STORAGE_DATACENTER_NAME ] = self.dialog.queryString( name='OVEHOSTED_STORAGE_DATACENTER_NAME', - note=_('Local storage datacenter name [@DEFAULT@]: '), + note=_( + 'Local storage datacenter name is an internal name ' + 'and currently will not be shown in engine\'s admin UI.' + 'Please enter local datacenter name [@DEFAULT@]: ' + ), prompt=True, caseSensitive=True, default=ohostedcons.Defaults.DEFAULT_STORAGE_DATACENTER_NAME, -- To view, visit http://gerrit.ovirt.org/21910 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iada050cc14393381a79819cddce0a49b74fe311c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
