From 3acf0812a2efccb71628c21dd172578976d6cef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Mon, 13 Jan 2020 15:45:14 +0000 Subject: [PATCH] [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 --- lower-constraints.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index ac9daf9bb6c..8e13a7c29da 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 1b5747c9086..3bef5820239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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