[openstack-announce] [release][oslo] oslo.service release 0.8.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Aug 24 21:43:25 UTC 2015


We are tickled pink to announce the release of:

oslo.service 0.8.0: oslo.service library

This release is part of the liberty release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.service

With package available at:

    https://pypi.python.org/pypi/oslo.service

For more details, please see the git log history below and:

    http://launchpad.net/oslo.service/+milestone/0.8.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.service

Changes in oslo.service 0.7.0..0.8.0
------------------------------------

6dd3ad5 Added wsgi functionality

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

oslo_service/_options.py                    |  36 +++
oslo_service/wsgi.py                        | 318 ++++++++++++++++++++++++
requirements.txt                            |   6 +
setup.cfg                                   |   1 +
tox.ini                                     |  10 +
11 files changed, 926 insertions(+)


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

diff --git a/requirements.txt b/requirements.txt
index b8699df..6206e8e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,0 +6 @@ Babel>=1.3
+WebOb>=1.2.3
@@ -11,0 +13 @@ oslo.config>=2.1.0 # Apache-2.0
+oslo.log>=1.8.0 # Apache-2.0
@@ -13,0 +16,4 @@ oslo.i18n>=1.5.0 # Apache-2.0
+PasteDeploy>=1.5.0
+Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
+Routes!=2.0,>=1.12.3;python_version!='2.7'
+Paste





More information about the OpenStack-announce mailing list