telemetry_tempest_plugin 1.4.0 (xena)
We are jazzed to announce the release of: telemetry_tempest_plugin 1.4.0: Tempest plugin for Telemetry Projects This release is part of the xena release series. The source is available from: https://opendev.org/openstack/telemetry_tempest_plugin Download the package from: https://tarballs.openstack.org/telemetry-tempest-plugin/ For more details, please see below. Changes in telemetry_tempest_plugin 1.3.0..1.4.0 ------------------------------------------------ 590f338 Move doc requirements to doc ca2bf36 Remove ties to panko 657804a Switch telemetry-tempest-dsvm to non-voting for now 2eccbbc Use py3 as the default runtime for tox Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 ++- README.rst | 2 +- test-requirements.txt => doc/requirements.txt | 3 +-- requirements.txt | 4 ++-- setup.cfg | 2 ++ telemetry_tempest_plugin/config.py | 4 ---- .../telemetry_integration_gabbits/autoscaling.yaml | 24 ---------------------- .../scenario/test_telemetry_integration.py | 3 +-- tox.ini | 17 ++++++++++----- 9 files changed, 21 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index aa20603..51dcad8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ pbr>=2.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.config>=6.0.0 # Apache-2.0 +oslo.utils>=3.37.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org