Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FC4117E04 for ; Thu, 10 Sep 2015 15:18:41 +0000 (UTC) Received: (qmail 72630 invoked by uid 500); 10 Sep 2015 15:17:42 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 72602 invoked by uid 500); 10 Sep 2015 15:17:42 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 72593 invoked by uid 99); 10 Sep 2015 15:17:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2015 15:17:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57315E05E1; Thu, 10 Sep 2015 15:17:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Message-Id: <4815ae160c2f426296340ab4737868d7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-13058. Kerberos: failures / issues w/ add host when using "manual kerb" option (alexantonenko) Date: Thu, 10 Sep 2015 15:17:42 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/branch-2.1 7d17847e6 -> 63387e5b4 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/63387e5b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/63387e5b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/63387e5b Branch: refs/heads/branch-2.1 Commit: 63387e5b4667b3beb92a40868f222327e28943b5 Parents: 7d17847 Author: Alex Antonenko Authored: Thu Sep 10 17:54:01 2015 +0300 Committer: Alex Antonenko Committed: Thu Sep 10 18:17:35 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/63387e5b/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();