Cap paramiko<2.0.0

For unknown reasons nodepoold will currently deadlock using
paramiko==2.0.0.  I think the deadlock is related to when we bring a
new node online and SSH into it for the first time to run the
ready-script.

We should be able to reproduce it using a devstack functional test.

Change-Id: If4cbed55b23aff508d153164d7d7f90f9f3d5dc5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-11 19:51:01 -04:00
parent 5b3fed1a98
commit 203ec1b521
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pbr>=1.3
gear
PyYAML
python-jenkins
paramiko>1.11.6
paramiko>1.11.6,<2.0.0
python-daemon>=2.0.4,<2.1.0
extras
statsd>=3.0