We eagerly announce the release of: barbican_tempest_plugin 0.3.0: OpenStack barbican tempest tests. This release is part of the train release series. The source is available from: https://opendev.org/openstack/barbican_tempest_plugin Download the package from: https://tarballs.openstack.org/barbican-tempest-plugin/ For more details, please see below. Changes in barbican_tempest_plugin 0.2.0..0.3.0 ----------------------------------------------- e0a759e Remove oslosphinx a8200b0 OpenDev Migration Patch 62ec85c Add option to toggle validation of signed image 488fd61 Remove Manager class Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- barbican_tempest_plugin/clients.py | 9 --------- barbican_tempest_plugin/config.py | 11 +++++++++++ barbican_tempest_plugin/plugin.py | 2 ++ test-requirements.txt | 2 -- 7 files changed, 18 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b858041..cbd9858 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +7,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0