Browse Source

AMBARI-2452. Security Wizard: modify message that show up when starting services after the security configs have been set. (jaimin via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1495229 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
c3c4156267
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ambari-web/app/messages.js

+ 2 - 2
ambari-web/app/messages.js

@@ -601,10 +601,10 @@ Em.I18n.translations = {
   'admin.security.step1.body.instruction3': 'Install and start clients on all machines',
   'admin.security.step1.body.instruction3': 'Install and start clients on all machines',
   'admin.security.step2.body.header': 'Configure Kerberos security properties',
   'admin.security.step2.body.header': 'Configure Kerberos security properties',
   'admin.security.step3.body.header': 'Applying kerberos security to the cluster',
   '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.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.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.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.stage1': '1. Checking KDC',
   'admin.addSecurity.apply.stage2': '1. Stop Services',
   'admin.addSecurity.apply.stage2': '1. Stop Services',