You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/21 01:07:40 UTC

svn commit: r1495229 - /incubator/ambari/trunk/ambari-web/app/messages.js

Author: yusaku
Date: Thu Jun 20 23:07:39 2013
New Revision: 1495229

URL: http://svn.apache.org/r1495229
Log:
AMBARI-2452. Security Wizard: modify message that show up when starting services after the security configs have been set. (jaimin via yusaku)

Modified:
    incubator/ambari/trunk/ambari-web/app/messages.js

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1495229&r1=1495228&r2=1495229&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Thu Jun 20 23:07:39 2013
@@ -601,10 +601,10 @@ Em.I18n.translations = {
   'admin.security.step1.body.instruction3': 'Install and start clients on all machines',
   'admin.security.step2.body.header': 'Configure Kerberos security properties',
   'admin.security.step3.body.header': 'Applying kerberos security to the cluster',
-  'admin.security.step3.body.success.header' : 'Kerberos-based security has been enabled on your cluster.',
+  'admin.security.step3.body.success.header' : 'Kerberos-based security has been enabled on your cluster. Please wait while services are started in secure mode.',
   'admin.security.step3.body.failure.header' : 'Failed to enable Kerberos-based security on your cluster. Your cluster will keep running in non-secure mode.',
   'admin.security.disable.body.header' : 'Disabling kerberos security on the cluster',
-  'admin.security.disable.body.success.header': 'Kerberos-based security has been disabled on your cluster.',
+  'admin.security.disable.body.success.header': 'Kerberos-based security has been disabled on your cluster. Please wait while services are started in non-secure mode.',
   'admin.security.disable.body.failure.header': 'Failed to disable Kerberos-based security on your cluster. Your cluster will keep running in secure mode.',
   'admin.addSecurity.apply.stage1': '1. Checking KDC',
   'admin.addSecurity.apply.stage2': '1. Stop Services',