Add paramiko version atleast 2.7.0 in requirement.txt

we see paramiko version 2.4.0 installed in OSP deployment
downstream that doesn't support OPENSSH key type which is the
default one genrated through ssh-keygen and thus ssh to all the
nodes are failing leads to all the whitebox test failing that required
ssh to hypervisor.

The paramiko has already added support of OPENSSH key type from
2.7.0 onwards[1], so updating the version in requirement.txt

[1]: http://www.paramiko.org/changelog.html

Change-Id: Ie58c979b269088ddcde3eebd1972cd9d7370087b
This commit is contained in:
Paras Babbar 2020-09-10 18:09:09 -04:00
parent 2deafa4b66
commit f4e173604a
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ setuptools>=17.1
# a new enough setuptools version to support using >=
# for the python_version marker
#crudini>=0.9.3
paramiko>=2.7.0
sshtunnel<=0.1.3;python_version=='2.7' # MIT
sshtunnel;python_version>='3.6' # MIT
pymysql
pymysql