[release-announce] blazar_tempest_plugin 0.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 27 16:35:16 UTC 2019


We are chuffed to announce the release of:

blazar_tempest_plugin 0.3.0: Tempest plugin for Blazar Project

This release is part of the train 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.2.0..0.3.0
---------------------------------------------

5e3f273 Generate PDF documentation
9a34ee3 Fix path to source code in configuration files
bcc7864 Publish blazar-tempest-plugin documentation
068e995 Fix failures when building documentation
3d19fe8 Use global request id for scenario tests
de514b2 Update sphinx requirements
ba05dee Use opendev repository
7389415 OpenDev Migration Patch


Diffstat (except docs and test files)
-------------------------------------

.coveragerc                                        |  2 +-
.gitreview                                         |  2 +-
.stestr.conf                                       |  2 +-
.zuul.yaml                                         |  1 +
README.rst                                         |  4 +--
.../services/reservation/reservation_client.py     | 34 ++++++++++++++++------
releasenotes/source/conf.py                        | 22 +++++++-------
releasenotes/source/index.rst                      |  2 +-
requirements.txt                                   |  1 +
test-requirements.txt                              |  3 +-
tox.ini                                            | 11 +++++--
15 files changed, 70 insertions(+), 38 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index ae74d89..72b1b33 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.37.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f4b6f8e..c7549fd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8,2 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+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






More information about the Release-announce mailing list