We are satisfied to announce the release of: blazar_tempest_plugin 0.4.0: Tempest plugin for Blazar Project This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/blazar_tempest_plugin Download the package from: https://tarballs.openstack.org/blazar-tempest-plugin/ For more details, please see below. Changes in blazar_tempest_plugin 0.3.0..0.4.0 --------------------------------------------- bcdfdf2 Update docs building 0531321 Remove deprecated scenario image options 31b690c Stop testing with py2 b390e9d Remove use of deprecated config options for volume API selection d75253a Update lease dates to be far in the future Diffstat (except docs and test files) ------------------------------------- setup.cfg | 28 ++--------------- test-requirements.txt | 5 ++-- tox.ini | 22 ++++++-------- 6 files changed, 32 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c7549fd..c89984d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +8,2 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.0.0 # Apache-2.0