You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/09/10 17:00:06 UTC

ambari git commit: AMBARI-13058. Kerberos: failures / issues w/ add host when using "manual kerb" option (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk a2931529c -> 335dcb1ed


AMBARI-13058. Kerberos: failures / issues w/ add host when using "manual kerb" option (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 335dcb1ed0e469d67f9293707466a4c028b2f5a5
Parents: a293152
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Sep 10 17:54:01 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Thu Sep 10 17:54:01 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/routes/add_kerberos_routes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/335dcb1e/ambari-web/app/routes/add_kerberos_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_kerberos_routes.js b/ambari-web/app/routes/add_kerberos_routes.js
index 1b3e68f..8077e6d 100644
--- a/ambari-web/app/routes/add_kerberos_routes.js
+++ b/ambari-web/app/routes/add_kerberos_routes.js
@@ -322,7 +322,7 @@ module.exports = App.WizardRoute.extend({
         });
         router.transitionTo('step7');
       };
-      if (kerberosWizardController.get('skipClientInstall')) {
+      if (!kerberosWizardController.get('skipClientInstall')) {
         kerberosWizardController.createKerberosResources(callback);
       } else {
         callback();