[release-announce] [oslo] oslo.config 4.3.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 5 13:56:00 UTC 2017


We are jazzed to announce the release of:

oslo.config 4.3.0: Oslo Configuration API

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

4.3.0
^^^^^

New Features

* The sample config generator can now generate machine-readable
  formats of the sample config data.  This can be consumed by
  deployment tools to automatically generate configuration files that
  contain all of the information in the traditional sample configs.

Changes in oslo.config 4.2.0..4.3.0
-----------------------------------

d32af19 Updated from global requirements
a29c084 Machine Readable Sample Config


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

oslo_config/generator.py                           | 139 ++++++++++-
...ne-readable-sample-config-e8f8ba43ababcf99.yaml |   7 +
test-requirements.txt                              |   2 +-
4 files changed, 397 insertions(+), 11 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 87231cb..fa0f294 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21 +21 @@ oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list