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

doug at doughellmann.com doug at doughellmann.com
Tue Jan 26 16:04:16 UTC 2016


We are overjoyed to announce the release of:

oslo.config 3.4.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.3.0..3.4.0
-----------------------------------

2698e16 Do not fail on certain config option help strings
64348c5 Updated from global requirements
6884457 enhance sphinx integration to allow links to option definitions
016198b replace reference to default value in option help text in docs
30a75eb add built-in options to auto-generated documentation
d5f877e register the built-in options for the config generator to find
302dca6 Add reST work label for configuration options
d60bc9f Allow port number with 0
c9d3e5f Replace deprecated library function os.popen() with subprocess
c31d3b8 Fix can't generate config sample with non-None value

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

oslo_config/_list_opts.py           |  25 ++++++
oslo_config/cfg.py                  |  26 ++++--
oslo_config/generator.py            |   7 +-
oslo_config/sphinxext.py            | 162 +++++++++++++++++++++++++++++++++++-
setup.cfg                           |   2 +
test-requirements.txt               |   2 +-
12 files changed, 293 insertions(+), 22 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 2aef725..41ce7f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -25 +25 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0





More information about the OpenStack-dev mailing list