From 9fe38dde08099ff61ec61b881cae2248b56a8d24 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 6 Sep 2015 08:33:41 -0400 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5