Skip to content

Commit

Permalink
Backport paramiko 1.8.0 requirement to Folsom.
Browse files Browse the repository at this point in the history
Require paramiko >= 1.8.0

There is a well-known bug in the Paramiko SSH library that causes
these Exceptions:
SSHException: Error connecting via ssh: PID check failed. RNG must be
re-initialized after fork(). Hint: Try Random.atfork()

This bug has been fixed in Paramiko, and therefore we should require
the newer version for Cinder drivers that use Paramiko to function
properly.

Change-Id: Ia14b7b72393e2a2482ebde418b5477934779bf13
Fixes: bug 1150720
  • Loading branch information
avishay-traeger committed Mar 19, 2013
1 parent ebcd4b7 commit db0595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pip-requires
Expand Up @@ -13,7 +13,7 @@ PasteDeploy==1.5.0
paste
sqlalchemy-migrate>=0.7.2
suds==0.4
paramiko
paramiko>=1.8.0
Babel>=0.9.6
iso8601>=0.1.4
setuptools_git>=0.4
Expand Down

0 comments on commit db0595a

Please sign in to comment.