From: Zack Cerza Date: Thu, 15 May 2014 03:43:29 +0000 (-0500) Subject: Downgrade paramiko to work around an SFTP bug X-Git-Tag: 1.1.0~1448 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c3dccbf29a719564965ee03382e5fafa095df393;p=teuthology.git Downgrade paramiko to work around an SFTP bug See http://tracker.ceph.com/issues/8327 Signed-off-by: Zack Cerza --- diff --git a/requirements.txt b/requirements.txt index 0a9a859bcd..665866a0f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ boto >= 2.0b4 bunch >= 1.0.0 configobj httplib2 -paramiko >= 1.12.0 +paramiko < 1.8 pexpect requests >= 1.0 raven