You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2018/11/15 10:46:25 UTC

[ambari] 01/01: AMBARI-24886 : Add stack feature constant to support Ranger admin users password change.

This is an automated email from the ASF dual-hosted git repository.

vishalsuvagia pushed a commit to branch AMBARI-24886-trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 66822a5706281d2ca2498ddef3bf68e46377cb4b
Author: Vishal Suvagia <vi...@apache.org>
AuthorDate: Thu Nov 15 16:16:02 2018 +0530

    AMBARI-24886 : Add stack feature constant to support Ranger admin users password change.
---
 .../src/main/python/resource_management/libraries/functions/constants.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-common/src/main/python/resource_management/libraries/functions/constants.py b/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
index f25b2b5..ba179bc 100644
--- a/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
+++ b/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
@@ -124,3 +124,4 @@ class StackFeature:
   OOZIE_EXTJS_INCLUDED = "oozie_extjs_included"
   MULTIPLE_ENV_SH_FILES_SUPPORT = "multiple_env_sh_files_support"
   AMS_LEGACY_HADOOP_SINK = "ams_legacy_hadoop_sink"
+  RANGER_ALL_ADMIN_CHANGE_DEFAULT_PASSWORD = 'ranger_all_admin_change_default_password'