Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66ACFFFD1 for ; Tue, 1 Oct 2013 18:16:13 +0000 (UTC) Received: (qmail 17457 invoked by uid 500); 1 Oct 2013 18:16:13 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 17447 invoked by uid 500); 1 Oct 2013 18:16:12 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 17440 invoked by uid 99); 1 Oct 2013 18:16:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 18:16:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4F98C8ACE1D; Tue, 1 Oct 2013 18:16:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swagle@apache.org To: ambari-commits@incubator.apache.org Message-Id: <926f0ec16133468ba66b9586a70ac7b8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-3403. ambari-server actions that require ambari-server restart do not say so. (swagle) Date: Tue, 1 Oct 2013 18:16:12 +0000 (UTC) Updated Branches: refs/heads/branch-1.4.1 5596c136e -> 05931f78f AMBARI-3403. ambari-server actions that require ambari-server restart do not say so. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/05931f78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/05931f78 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/05931f78 Branch: refs/heads/branch-1.4.1 Commit: 05931f78f076013279875415d20cf6ed2481b186 Parents: 5596c13 Author: Siddharth Wagle Authored: Tue Oct 1 11:16:00 2013 -0700 Committer: Siddharth Wagle Committed: Tue Oct 1 11:16:00 2013 -0700 ---------------------------------------------------------------------- ambari-server/src/main/python/ambari-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/05931f78/ambari-server/src/main/python/ambari-server.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/python/ambari-server.py b/ambari-server/src/main/python/ambari-server.py index 94cf2c5..47c435a 100755 --- a/ambari-server/src/main/python/ambari-server.py +++ b/ambari-server/src/main/python/ambari-server.py @@ -64,7 +64,7 @@ ENCRYPT_PASSWORDS_ACTION = "encrypt-passwords" SETUP_SECURITY_ACTION = "setup-security" ACTION_REQUIRE_RESTART = [RESET_ACTION, UPGRADE_ACTION, UPGRADE_STACK_ACTION, - SETUP_HTTPS_ACTION, LDAP_SETUP_ACTION] + SETUP_SECURITY_ACTION, LDAP_SETUP_ACTION] # selinux commands GET_SE_LINUX_ST_CMD = "/usr/sbin/sestatus"