You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mp...@apache.org on 2013/12/03 22:09:02 UTC

git commit: AMBARI-3963. Ambari host registering freezes if wrong ssh key provided. (mpapirkovskyy)

Updated Branches:
  refs/heads/trunk 2c4f38dc4 -> 4d77357b0


AMBARI-3963. Ambari host registering freezes if wrong ssh key provided. (mpapirkovskyy)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4d77357b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4d77357b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4d77357b

Branch: refs/heads/trunk
Commit: 4d77357b071a589de2ba8315a816f8b477230690
Parents: 2c4f38d
Author: Myroslav Papirkovskyy <mp...@hortonworks.com>
Authored: Tue Dec 3 23:02:31 2013 +0200
Committer: Myroslav Papirkovskyy <mp...@hortonworks.com>
Committed: Tue Dec 3 23:08:34 2013 +0200

----------------------------------------------------------------------
 ambari-server/src/main/python/bootstrap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4d77357b/ambari-server/src/main/python/bootstrap.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/bootstrap.py b/ambari-server/src/main/python/bootstrap.py
index ac49373..1b48e58 100755
--- a/ambari-server/src/main/python/bootstrap.py
+++ b/ambari-server/src/main/python/bootstrap.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.6
 
 '''
 Licensed to the Apache Software Foundation (ASF) under one