瀏覽代碼

AMBARI-3403. ambari-server actions that require ambari-server restart do not say so. (swagle)

Siddharth Wagle 12 年之前
父節點
當前提交
c11eea1752
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-server/src/main/python/ambari-server.py

+ 1 - 1
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"