[OVN] Add missing pyOpenSSL requirement

In OVN we can configure connection to NBDB and SBDB to be under
SSL. We forgot to add this requirement during move.

There is a TestPortBindingOverSsl functional test case that
is failing because of this missing requirement.

Related-Blueprint: neutron-ovn-merge
Change-Id: I664f721e9b7edbf3358749e3d31e8e1632123b05
This commit is contained in:
Maciej Józefczyk 2020-01-13 15:45:14 +00:00
parent 7d5cd3f47d
commit 3acf0812a2
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Pygments==2.2.0
pyinotify==0.9.6
pylint==2.2.0
PyMySQL==0.7.6
pyOpenSSL==17.1.0
pyparsing==2.1.0
pyperclip==1.5.27
pyroute2==0.5.7

View File

@ -49,6 +49,7 @@ ovs>=2.8.0 # Apache-2.0
ovsdbapp>=0.17.0 # Apache-2.0
psutil>=3.2.2 # BSD
pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
pyOpenSSL>=17.1.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
openstacksdk>=0.31.2 # Apache-2.0