Skip to content

Commit

Permalink
Revert "use modern paramiko"
Browse files Browse the repository at this point in the history
This reverts commit 76e1b09.

I see lots of these failures:

2015-09-06T00:02:43.199 ERROR:paramiko.transport:SSHException: Key-exchange timed out waiting for key negotiation
  • Loading branch information
liewegas committed Sep 6, 2015
1 parent a839a41 commit 9fe38dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
'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',
Expand Down

0 comments on commit 9fe38dd

Please sign in to comment.