[openstack-dev] [all] oslo.config 1.7.0 release

Doug Hellmann doug at doughellmann.com
Mon Feb 23 19:31:18 UTC 2015


The Oslo team is pleased to announce the release of:

oslo.config 1.7.0: Oslo Configuration API

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

    http://launchpad.net/oslo/+milestone/1.7.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo

Changes in oslo.config 1.6.1..1.7.0
-----------------------------------

a98dc25 Updated from global requirements
dc1d234 Log a warning when deprecated opts are used
362fcc1 Do not import our namespace package
f06b7af Fixes deprecation warning for oslo.config in cfg.py
fc6e9e5 Add a list_all_sections method to ConfigOpts
0366f88 Better check for integer range to account for 0
ea815b3 Support i18n messages in config generator

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

oslo_config/cfg.py              |  54 +++++++++++++++++---
oslo_config/cfgfilter.py        |   6 +--
oslo_config/fixture.py          |   2 +-
oslo_config/generator.py        |   6 ++-
oslo_config/types.py            |   4 +-
requirements.txt                |   2 +-
test-requirements.txt           |   3 ++
10 files changed, 189 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fb3695c..56a2508 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ netaddr>=0.7.12
-six>=1.7.0
+six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e23d9ef..7f76d34 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23,0 +24,3 @@ oslosphinx>=2.2.0  # Apache-2.0
+# Required only for tests
+oslo.i18n>=1.3.0  # Apache-2.0



More information about the OpenStack-dev mailing list