opencafe/cafe
Eli Uriegas 4be20ff3db Updating SSHV2 client for paramiko 2.0.0 issue #104
This PR updates the SSHV2 client to have the fix the issue
outlined in
https://github.com/paramiko/paramiko/issues/735#issuecomment-216083986
where a new library added by paramiko 2.0.0 (cryptography) causes a
threadlocking issue where the SSHV2 client is unable to function when
connecting on import or through the unittest runner.

This PR should not affect any functionality users may have but may
affect users who have not yet installed the cryptography library. To
install the correct cryptography library it is recommended to upgrade
paramiko using `pip install --upgrade paramiko`

Change-Id: Iabcce8a66b5958b117c45977708cab777dc90a39
2016-05-03 14:45:18 -05:00
..
common Add individual test times to xml report. 2016-02-26 14:04:44 -08:00
configurator Modernize setup.py and add wheel support 2015-10-11 22:15:08 -05:00
drivers Merge "Added Safety and clarity around tests setups missing Super()" 2016-05-02 02:06:16 +00:00
engine Simplifies __ne__ in BaseModel 2016-04-13 15:23:24 -05:00
plugins Updating SSHV2 client for paramiko 2.0.0 issue #104 2016-05-03 14:45:18 -05:00
resources Updated license format to comply with openstack hacking guide 2015-04-14 18:15:35 -05:00
__init__.py Updated docs to include cafe documentation in sphinx format 2015-04-15 11:47:30 -05:00