From: Sage Weil Date: Sun, 6 Sep 2015 12:33:41 +0000 (-0400) Subject: Revert "use modern paramiko" X-Git-Tag: 1.1.0~827 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9fe38dde08099ff61ec61b881cae2248b56a8d24;p=teuthology.git Revert "use modern paramiko" This reverts commit 76e1b093354dd31d94dd56299d1a245ff82db72e. I see lots of these failures: 2015-09-06T00:02:43.199 ERROR:paramiko.transport:SSHException: Key-exchange timed out waiting for key negotiation --- diff --git a/setup.py b/setup.py index f8b79c6c56..646ad2d322 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'configobj', 'six >= 1.9', # python-openstackclient won't work properly with less 'httplib2', - 'paramiko >= 1.15.1', + 'paramiko < 1.8', 'pexpect', 'requests >= 2.3.0', 'raven',