]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Revert "use modern paramiko"
authorSage Weil <sage@redhat.com>
Sun, 6 Sep 2015 12:33:41 +0000 (08:33 -0400)
committerSage Weil <sage@redhat.com>
Sun, 6 Sep 2015 12:33:41 +0000 (08:33 -0400)
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

index f8b79c6c560bfa684b48f6af6f54078af60ab1cb..646ad2d322130392f14b6a449826cf2d030978be 100644 (file)
--- 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',