We jubilantly announce the release of: octavia-tempest-plugin 1.2.0: Tempest plugin for Octavia This release is part of the train 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. 1.2.0 ^^^^^ Bug Fixes * Fixed the service clients to use the tempest default service client configuration settings. Changes in octavia-tempest-plugin 1.1.0..1.2.0 ---------------------------------------------- 52b5843 Fix OpenStack clients region parameter e037eb8 Fix spare_pool_enabled option type 2eba544 Associate floating IP after lb ACTIVE 5b7b9d7 Set connection_retry_interval back up to 1200 f72a886 Enable overcommit_memory in test server VMs 42e54aa Add missing keystoneauth1 to requirements.txt cc72a08 Add amphora failover API test 2b10e0a Add amphora update service client and API test 2734ffe Add a flavor to the load balancer CRUD scenarios 77df032 Adds provider flavor capabilities API tests cd8f602 Increase connection_max_retries to 480 secs on CentOS jobs decfc35 Sync enabled_provider_drivers config help message 84af48c Fix VIP IPv6 subnet discovery order 7f55e34 Sync Sphinx requirement ee09a1b Skip iptables act/stby test based on topology set 2bb585d Support skipping APP_COOKIE and HTTP_COOKIE 590fbe1 Fix IPv6 tests if ipv6-private-subnet is stateless 531c506 Set irrelevant files on CI jobs f298ed0 Update tox.ini for new upper constraints strategy b6dc9d1 Fix quoting in zuul for tempest plugins 7654d2e Fix log output format string 531b129 Rename iptables-based active-standby jobs 5099fe1 Fix the load balancer service clients 5b963c4 Add a scenario test for spare pool Diffstat (except docs and test files) ------------------------------------- octavia_tempest_plugin/clients.py | 44 ++-- octavia_tempest_plugin/common/constants.py | 1 + octavia_tempest_plugin/config.py | 35 ++- .../services/load_balancer/v2/amphora_client.py | 70 ++++++ .../v2/test_active_standby_iptables.py | 4 + .../spare_pool_scenario/v2/test_spare_pool.py | 240 +++++++++++++++++++++ ...Fix-service-client-params-41a0f7c9c6b53aac.yaml | 5 + releasenotes/source/index.rst | 6 +- releasenotes/source/unreleased.rst | 6 +- requirements.txt | 1 + tox.ini | 9 +- zuul.d/jobs.yaml | 125 +++++++++-- zuul.d/projects.yaml | 26 ++- 27 files changed, 956 insertions(+), 146 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3b78bc3..8020630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,0 +20 @@ tenacity>=4.4.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0