You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/05/31 20:12:58 UTC

[27/50] [abbrv] ambari git commit: AMBARI-21091. HDP deploy from public repo failed. The left-off code breaks ambari-server setup (dlysnichenko)

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/trunk
Commit: 11325b7c92f2d0603013fef13b623ca126b69f7c
Parents: 1e2ccbf
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Mon May 22 20:00:28 2017 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
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,