[openstack-dev] [release][oslo] oslo.config release 1.12.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Jun 2 15:00:04 UTC 2015
We are satisfied to announce the release of:
oslo.config 1.12.0: Oslo Configuration API
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.config
For more details, please see the git log history below and:
http://launchpad.net/oslo.config/+milestone/1.12.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.config
Changes in oslo.config 1.11.0..1.12.0
-------------------------------------
cc9940f Remove pbr requirement
5f62407 Document properties as properties
f1f972a make registering a cli opt on a filter object work.
dc3210a Remove outdated release notes
a5afcc2 cfg: support interpolation of config option from other groups
1c03572 Advertise support for Python3.4 / Remove support for 3.3
b180093 Do not sync run_cross_tests.sh
0914bd1 Updated from global requirements
21d05c0 Fix issue when generating code with cfg.OptGroup
1c62e02 Option name missing from ConfigFileValueError
7f98d74 Remove run_cross_tests.sh
7b1e157 Enforce alphabetic loading order for --config-dir contents
ba3aebe Allow loading custom config files into Config Fixture.
8ddd918 Fix logging of deprecated opts with dest override
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 7 -
oslo_config/cfg.py | 94 +++++++++----
oslo_config/cfgfilter.py | 19 ++-
oslo_config/fixture.py | 37 +++++
oslo_config/generator.py | 8 +-
requirements.txt | 1 -
setup.cfg | 2 +-
tox.ini | 2 +-
17 files changed, 267 insertions(+), 434 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 3e21533..e0989f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@
-pbr>=0.6,!=0.7,<1.0
More information about the OpenStack-dev
mailing list