We are gleeful to announce the release of: monasca-log-api 2.1.0: Monasca API for sending log entries This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/monasca-log-api/ For more details, please see below. Changes in monasca-log-api 2.0.0..2.1.0 --------------------------------------- 2416534 Updated from global requirements 3e790fe Updated from global requirements 9018920 Replace test.attr with decorators.attr 3a96cfe Updated from global requirements 05b184e Updated from global requirements 81d68d2 Enable tempest tests with uwsgi keystone Diffstat (except docs and test files) ------------------------------------- devstack/files/kibana/kibana.yml | 3 +- devstack/files/tempest/tempest.conf | 37 -------- devstack/plugin.sh | 84 +++++++++++------ devstack/post_test_hook.sh | 105 +++++++++++++++++---- monasca_log_api_tempest/README.md | 105 ++++++++++++++------- monasca_log_api_tempest/config.py | 9 +- requirements.txt | 8 +- test-requirements.txt | 4 +- 11 files changed, 243 insertions(+), 152 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c847371..b55852f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,3 @@ keystonemiddleware>=4.12.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 -oslo.context>=2.12.0 # Apache-2.0 -oslo.middleware>=3.10.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 +oslo.context>=2.14.0 # Apache-2.0 +oslo.middleware>=3.27.0 # Apache-2.0 @@ -17 +17 @@ monasca-common>=1.4.0 # Apache-2.0 -eventlet!=0.18.3,>=0.18.2 # MIT +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 44302b5..5311619 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -12 +12 @@ mock>=2.0 # BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org