Repository: ambari Updated Branches: refs/heads/branch-feature-AMBARI-12556 1e2ccbf08 -> 11325b7c9
AMBARI-21091. HDP deploy from public repo failed. The left-off code breaks ambari-server setup (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/11325b7c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/11325b7c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/11325b7c Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 11325b7c92f2d0603013fef13b623ca126b69f7c Parents: 1e2ccbf Author: Lisnichenko Dmitro <[email protected]> Authored: Mon May 22 20:00:28 2017 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Mon May 22 20:00:28 2017 +0300 ---------------------------------------------------------------------- ambari-server/src/main/python/ambari-server.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/11325b7c/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 bd86df2..d84e833 100755 --- a/ambari-server/src/main/python/ambari-server.py +++ b/ambari-server/src/main/python/ambari-server.py @@ -797,7 +797,6 @@ def init_action_parser(action, parser): RESET_ACTION: init_empty_parser_options, STATUS_ACTION: init_empty_parser_options, UPGRADE_ACTION: init_empty_parser_options, - UPGRADE_STACK_ACTION:init_empty_parser_options, LDAP_SETUP_ACTION: init_ldap_setup_parser_options, LDAP_SYNC_ACTION: init_ldap_sync_parser_options, SET_CURRENT_ACTION: init_set_current_parser_options,
