[release-announce] [monasca] monasca-log-api 2.6.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 7 21:25:21 UTC 2018


We are delighted to announce the release of:

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

This release is part of the queens 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.5.0..2.6.0
---------------------------------------

1403f79 Zuul: Remove project name
053540a Updated from global requirements
a6ead61 Updated from global requirements
71f0bdf Enable UWSGI support in monasca-log-api
ddb16f6 Allow to disable statsd self-moniotring
51e6802 Updated from global requirements
6b0dcae Delete Kafka topics in unstack phase


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

.zuul.yaml                                         |   1 -
devstack/README.md                                 |   8 +
devstack/lib/config.sh                             | 107 +++++++++
devstack/lib/util.sh                               |  56 +++++
devstack/plugin.sh                                 | 239 ++++++++++-----------
devstack/settings                                  |  41 +---
etc/monasca/log-api-logging.conf                   |   2 +-
etc/monasca/log-api-uwsgi.ini                      |  25 +++
monasca_log_api/app/base/log_publisher.py          |  50 +++--
monasca_log_api/app/controller/api/logs_api.py     |  45 ++--
monasca_log_api/app/controller/v2/logs.py          |  60 +++---
.../app/controller/v3/aid/bulk_processor.py        |  24 ++-
monasca_log_api/app/controller/v3/logs.py          |  73 ++++---
monasca_log_api/conf/monitoring.py                 |   3 +
releasenotes/notes/uwsgi-0bf04f0ecd9c7522.yaml     |   8 +
requirements.txt                                   |   2 +-
test-requirements.txt                              |   6 +-
18 files changed, 480 insertions(+), 280 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index af4645c..f629084 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ oslo.middleware>=3.31.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 230e649..946868a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ mock>=2.0.0 # BSD
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -19 +19 @@ doc8>=0.6.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -22 +22 @@ reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list