octavia-tempest-plugin 2.5.0 (caracal)
We are excited to announce the release of: octavia-tempest-plugin 2.5.0: Tempest plugin for Octavia This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/octavia-tempest-plugin Download the package from: https://tarballs.openstack.org/octavia-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/908 For more details, please see below. Changes in octavia-tempest-plugin 2.4.1..2.5.0 ---------------------------------------------- 25872b3 Drop implementation to use pyOpenSSL to manage pkcs12 certs 77424e6 Fix Zuul warnings ece5ab4 Add SCTP protocol listener api tests 73c703e Update the README file to use tox -e all Diffstat (except docs and test files) ------------------------------------- README.rst | 14 +- octavia_tempest_plugin/common/cert_utils.py | 32 +-- octavia_tempest_plugin/common/constants.py | 2 + requirements.txt | 2 +- zuul.d/jobs.yaml | 12 +- 7 files changed, 219 insertions(+), 123 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7b2f0a2..afa0565 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=3.0 # BSD/Apache-2.0
participants (1)
-
no-reply@openstack.org