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: I0844db1011f8b5c0e771b0e99a83027a13b6ea75 Fixes: bug 1150720
This commit is contained in:
parent
9b6a2b9050
commit
bd7fab202f
@ -24,7 +24,7 @@ lxml>=2.3
|
||||
netaddr
|
||||
netifaces>=0.5
|
||||
pam>=0.1.4
|
||||
paramiko
|
||||
paramiko>=1.8.0
|
||||
passlib
|
||||
paste
|
||||
pastedeploy>=1.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user