[openstack-dev] [new][oslo] oslo.config 3.11.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 10 01:33:59 UTC 2016


We are excited to announce the release of:

oslo.config 3.11.0: Oslo Configuration API

This release is part of the newton 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.10.0..3.11.0
-------------------------------------

613fdcf Fix typo: 'olso' to 'oslo'
1b3af11 Return [] for .config_dirs when config files are not parsed
75e1c30 generator: format string default value for List type properly
90e8184 Updated from global requirements
792a43f Updated from global requirements
1c02ce8 Make sure ConfigType is an abstract class
20e6e90 Added i18n formatting to log messages
d3a4c98 Remove duplicated code in method test_equal of HostnameTypeTests
77505c7 Incorrect group name when deprecated_group is not specified
a671f9a Disallow config option name as same as attribute of ConfigOpts

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

oslo_config/_i18n.py                | 50 ++++++++++++++++++++++++++++++
oslo_config/cfg.py                  | 61 +++++++++++++++++++++++++------------
oslo_config/generator.py            | 11 ++++---
oslo_config/sphinxext.py            |  2 +-
oslo_config/types.py                |  3 ++
releasenotes/source/conf.py         | 10 +++---
requirements.txt                    |  1 +
test-requirements.txt               |  2 +-
tox.ini                             |  3 ++
13 files changed, 231 insertions(+), 51 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e0a5ef1..bfa7a9b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9 @@ stevedore>=1.10.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 47f809d..966fc1d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +29 @@ oslo.i18n>=2.1.0 # Apache-2.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD





More information about the OpenStack-dev mailing list