[release-announce] monasca-tempest-plugin 0.2.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 5 13:22:01 UTC 2018


We are thrilled to announce the release of:

monasca-tempest-plugin 0.2.0: Tempest plugin for Monasca project

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/monasca-tempest-plugin

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/monasca

For more details, please see below.

Changes in monasca-tempest-plugin 0.1.0..0.2.0
----------------------------------------------

aea636e switch documentation job to new PTI
9533e56 import zuul job settings from project-config
f983593 Make log test compatible with python3
33bc7a0 Make metrics test compatible with python3
bfad66a Remove UNICODE_MESSAGES template
3478474 Initialize alarm in test_alarm_metric_mixcase
e62fff1 Drop py34 and py33 target in tox.ini
0517969 Add test case f. alarms: metric name in mixed case
f5ef89e Remove test for log_api/v2 version
b14a771 Enable api and log-api tempest test
6d21f39 Update pep8 checks
51baa8b Add release notes link to README
d874b00 Revert "Remove UNICODE_MESSAGES template"
fc24ef0 Remove UNICODE_MESSAGES template
3e72b5c Fix unicode tempest test
2f218b1 Update the url links in CONTRIBUTING.rst
cc4de07 Fix instructions for running tempest tests
feb5207 Updated from global requirements
5385ae9 Updated from global requirements
e8ca307 Updated from global requirements
4ea57e0 Extend wait time after alarm definitions creation
7ef3ef3 Updated from global requirements
e6f7f44 correct url in readme file and update home-page url


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

.gitignore                                         |  2 +
.zuul.yaml                                         | 17 +++++
CONTRIBUTING.rst                                   |  8 +-
README.rst                                         |  3 +-
devstack/README.rst                                |  4 +-
.../services/log_api_v2_client.py                  | 51 -------------
.../services/log_search_client.py                  |  4 +-
.../test_alarms_state_history_one_transition.py    |  4 +-
requirements.txt                                   |  3 +-
setup.cfg                                          |  4 +-
test-requirements.txt                              |  2 +-
tox.ini                                            |  9 +--
28 files changed, 259 insertions(+), 332 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8d361a0..3e5b06e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -12,0 +13 @@ mock>=2.0.0 # BSD
+monasca-common>=2.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4d7f782..0a805cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.13,>=0.12.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list