We are gleeful to announce the release of: cinder-tempest-plugin 1.15.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/cinder-tempest-plugin Download the package from: https://tarballs.openstack.org/cinder-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/cinder/+bugs For more details, please see below. Changes in cinder-tempest-plugin 1.14.0..1.15.0 ----------------------------------------------- 7329a20 Multiattach: Fix implicit requirement for encryption support 1aa0a56 Skip image format detection tests for compute 68347e7 Conditionallly skip manage snapshot tests 2480d48 Drop centos 8 stream jobs 1c6b23d Replace use of deprecated devstack option edd1933 Bump hacking to 6.1.0 b4ab5d6 Remove unused babel.cfg Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 +++++++--------- babel.cfg | 2 -- cinder_tempest_plugin/rbac/v3/test_snapshots.py | 12 +++++++++++ .../scenario/test_volume_multiattach.py | 23 ++++++++++++++-------- test-requirements.txt | 2 +- 5 files changed, 35 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 905ad51..cb279bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.1,<3.1 # Apache-2.0 +hacking>=6.1.0,<7.0 # Apache-2.0