We are chuffed to announce the release of: octavia-tempest-plugin 1.4.0: Tempest plugin for Octavia This release is part of the ussuri 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 1.3.0..1.4.0 ---------------------------------------------- 4215b70 Update hacking for Python3 7cca66d Enable KVM libvirt type on all scenario jobs 4f97149 Add devstack plugin support Diffstat (except docs and test files) ------------------------------------- devstack/README.rst | 17 +++++++++++++++++ devstack/plugin.sh | 14 ++++++++++++++ devstack/settings | 3 +++ .../act_stdby_scenario/v2/test_active_standby.py | 2 +- playbooks/Octavia-DSVM/pre.yaml | 12 ------------ test-requirements.txt | 2 +- zuul.d/jobs.yaml | 19 +++++++++++++++++-- 9 files changed, 61 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 47c128f..354a020 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0;python_version>='3.5' # Apache-2.0