[openstack-dev] [release][oslo] oslo.config 3.7.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 16 02:11:43 UTC 2016


We are jazzed to announce the release of:

oslo.config 3.7.0: Oslo Configuration API

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in oslo.config 3.6.0..3.7.0
-----------------------------------

b09ba4a add generator hook for apps to update option defaults
0831729 Updated from global requirements
1a64804 refactor generator._list_opts for further enhancement
afdbfa6 always show coverage output from tests
f1ae1e3 handle group objects in sphinxext
424c772 refactor sphinxext and add unit tests
ad440d7 have show-options load the generator config file
f59bd45 refactor generator closures to private methods
1e5956a remove specially attribute handling from _Namespace
5efb1a2 Log mutated options at INFO

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

oslo_config/cfg.py                  |  36 ++--
oslo_config/generator.py            | 102 ++++++++----
oslo_config/sphinxext.py            | 284 +++++++++++++++++++-------------
requirements.txt                    |   2 +-
tox.ini                             |   5 +-
10 files changed, 772 insertions(+), 221 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2d84059..029335d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-debtcollector>=1.2.0  # Apache-2.0
+debtcollector>=1.2.0 # Apache-2.0





More information about the OpenStack-dev mailing list