[release-announce] freezer_tempest_plugin 0.2.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 27 17:29:42 UTC 2019


We are jazzed to announce the release of:

freezer_tempest_plugin 0.2.0: Tempest plugin for the freezer project.

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/freezer_tempest_plugin

Download the package from:

    https://tarballs.openstack.org/freezer-tempest-plugin/

For more details, please see below.

Changes in freezer_tempest_plugin 0.1.0..0.2.0
----------------------------------------------

7c1db8f Sync Sphinx requirement
ca93c45 Fix ci fail
62b94eb Add glance backup and restore tempest test
d9a9391 Update devstack installing doc
41acbd8 Restore  tempest ci gate test
b7bd6e4 Update api.test_api_sessions test cases
05c87ad Update api.test_api_jobs test cases
d0adf6b Update api.test_api_clients test cases
cc95295 Update api.test_api_backups test cases
c6b2500 update  api.test_api_actions cases
81d0992 [TEST]:Fix freezer tempset api ci
b27219b Change jobs to no-voting
d0e0023 Use opendev repository
31d7d45 OpenDev Migration Patch


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

.gitreview                                         |  2 +-
.zuul.yaml                                         | 13 +++++------
CONTRIBUTING.rst                                   |  8 +++----
README.rst                                         |  2 +-
devstack/README.rst                                | 25 ++++++++++++++++++++--
freezer_tempest_plugin/README.rst                  |  4 ++--
test-requirements.txt                              |  3 ++-
tox.ini                                            |  2 +-
14 files changed, 88 insertions(+), 64 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index b67944b..de28c91 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7,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,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list