[release-announce] [monasca] monasca-log-api 1.4.1 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon Apr 3 09:42:46 UTC 2017
We are psyched to announce the release of:
monasca-log-api 1.4.1: Monasca API for sending log entries
This release is part of the ocata stable release series.
Download the package from:
https://tarballs.openstack.org/monasca-log-api/
For more details, please see below.
Changes in monasca-log-api 1.4.0..1.4.1
---------------------------------------
9bc6c9c Adding WSGI support
57e44c3 Updated from global requirements
0465282 Updated from global requirements
bf298ce Update UPPER_CONSTRAINTS_FILE for stable/ocata
6068366 Update .gitreview for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
devstack/README.md | 13 ++++
devstack/Vagrantfile | 3 +
devstack/files/apache-log-api.template | 25 ++++++++
devstack/plugin.sh | 110 ++++++++++++++++++++++++++++++--
devstack/settings | 8 ++-
monasca_log_api/wsgi/__init__.py | 0
monasca_log_api/wsgi/monasca_log_api.py | 20 ++++++
requirements.txt | 2 +-
test-requirements.txt | 2 +-
tox.ini | 2 +-
11 files changed, 178 insertions(+), 8 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c0209c2..d6e2d8f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 44302b5..341ca78 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ mock>=2.0 # BSD
-sphinx>=1.5.1 # BSD
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
More information about the Release-announce
mailing list