You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/10/19 15:54:21 UTC

[35/50] [abbrv] ambari git commit: AMBARI-13455. Ambari QE Deploy Test - Kerberos service check fails. Additional changes. (akovalenko)

AMBARI-13455. Ambari QE Deploy Test - Kerberos service check fails. Additional changes. (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4023dcf9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4023dcf9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4023dcf9

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 4023dcf9ece78995fde9dbb2e70644489aaad01f
Parents: 1d61e66
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Fri Oct 16 22:18:37 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Fri Oct 16 22:19:27 2015 +0300

----------------------------------------------------------------------
 .../main/admin/kerberos/wizard_controller.js        | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4023dcf9/ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js b/ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js
index cb7ae74..4541914 100644
--- a/ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js
+++ b/ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js
@@ -263,22 +263,6 @@ App.KerberosWizardController = App.WizardController.extend(App.InstallComponent,
             }, this);
           }
         }
-      },
-      {
-        type: 'async',
-        callback: function() {
-          var self = this;
-          var dfd = $.Deferred();
-          if (App.get('supports.storeKDCCredentials')) {
-            credentialsUtils.isStorePersisted(App.get('clusterName')).then(function(isPersisted) {
-              self.set('content.secureStoragePersisted', isPersisted);
-              dfd.resolve();
-            });
-          } else {
-            dfd.resolve();
-          }
-          return dfd.promise();
-        }
       }
     ],
     '3': [