[release-announce] monasca-log-api 2.7.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 9 15:57:10 UTC 2018


We are glad to announce the release of:

monasca-log-api 2.7.0: Monasca API for sending log entries

This release is part of the rocky 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.6.0..2.7.0
---------------------------------------

f290f8d Fix README.rst and add syntax check
669ab9b Remove pykafka from lower-constraints
5729d7e Using oslo.policy for monasca-log-api
124e71d Remove testrepository and .testr.conf
8f6eb7a Ignore changes in docs when running tempest tests
e0d4127 Add architecture diagram
fa3b160 Show how to enable more OpenStack services in devstack
3fac289 Fix and unify cover environment
8fbdb94 Clean-up tox.ini
c372a9b Add py36 testenv
1247e7b Switch to using stestr
4229bc9 Change statsd_host config type
1562cdb fix tox python3 overrides
0153a20 replace use of 'unicode' builtin
693b098 Add .coverage to .gitignore file
20e63fb Set a default value for a default_roles
cad67bd Updated from global requirements
d333081 uncap eventlet
d1aedd3 add lower-constraints job
78f79a4 Add pep8 max line length check
76f85d4 Remove bundled intree tempest plugin
875127d Fix tempest test
38c233a Update reno for stable/queens


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

.gitignore                                         |   4 +-
.testr.conf                                        |   9 -
.zuul.yaml                                         |   8 +
README.rst                                         |   2 +-
config-generator/README.md                         |   6 +
config-generator/monasca-log-api.conf              |   1 +
config-generator/policy.conf                       |   4 +
contrib/post_test_hook.sh                          | 103 +++
devstack/Vagrantfile                               |  11 +
lower-constraints.txt                              |  92 ++
monasca_log_api/app/base/log_publisher.py          |   1 -
monasca_log_api/app/base/model.py                  |   4 +-
monasca_log_api/app/base/request.py                |  12 +-
monasca_log_api/app/base/request_context.py        |  36 +
monasca_log_api/app/base/validation.py             |  21 +
monasca_log_api/app/controller/healthchecks.py     |   4 +-
monasca_log_api/app/controller/v2/logs.py          |   2 +
monasca_log_api/app/controller/v3/aid/helpers.py   |   5 +
monasca_log_api/app/controller/v3/logs.py          |   1 +
monasca_log_api/app/controller/versions.py         |   2 +
monasca_log_api/conf/monitoring.py                 |   8 +-
monasca_log_api/conf/role_middleware.py            |   8 +-
monasca_log_api/config.py                          |   2 +
monasca_log_api/middleware/role_middleware.py      |  37 +-
monasca_log_api/policies/__init__.py               |  79 ++
monasca_log_api/policies/healthchecks.py           |  40 +
monasca_log_api/policies/logs.py                   |  38 +
monasca_log_api/policies/versions.py               |  35 +
monasca_log_api_tempest/README.md                  | 211 -----
monasca_log_api_tempest/__init__.py                |   0
monasca_log_api_tempest/clients.py                 |  42 -
monasca_log_api_tempest/config.py                  |  39 -
monasca_log_api_tempest/contrib/post_test_hook.sh  | 111 ---
monasca_log_api_tempest/contrib/pre_test_hook.sh   |   0
monasca_log_api_tempest/plugin.py                  |  45 -
monasca_log_api_tempest/services/__init__.py       |   0
.../services/log_api_v2_client.py                  |  51 --
.../services/log_api_v3_client.py                  |  52 --
.../services/log_search_client.py                  |  62 --
playbooks/legacy/monascalog-tempest-base/run.yaml  |  11 +-
.../notes/oslo-policy-e142fa9243a8dcf6.yaml        |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |   6 +-
setup.cfg                                          |   7 +-
test-requirements.txt                              |   4 +-
tox.ini                                            |  65 +-
65 files changed, 1903 insertions(+), 1247 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f629084..5fb44c2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ keystonemiddleware>=4.17.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -16,2 +16,2 @@ PasteDeploy>=1.5.0 # MIT
-monasca-common>=1.4.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+monasca-common>=2.7.0 # Apache-2.0
+eventlet!=0.18.3,!=0.20.1,!=0.21.0,>=0.18.2  # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 946868a..c9af685 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ oslotest>=3.2.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
@@ -19 +19 @@ doc8>=0.6.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