[release-announce] [tripleo] os-net-config 8.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 30 01:33:20 UTC 2018


We joyfully announce the release of:

os-net-config 8.2.0: OpenStack network configuration

This release is part of the queens release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/os-net-config

Download the package from:

    https://tarballs.openstack.org/os-net-config/

Please report issues through launchpad:

    http://bugs.launchpad.net/os-net-config

For more details, please see below.

8.2.0
^^^^^

Bug Fixes

* Getting the ordered, active, and available nics has been
  traditionally one of the parts of os-net-config that can cause
  issues due to either user error or bugs. There are helpful log
  messages to log what is going on in the logic, but it's all hidden
  behind the DEBUG log level.  These messages should be INFO instead
  of DEBUG. It's much more user friendly when there are issues instead
  of having to rerun with --debug.

* os-net-config always logs the message "Using mapping file at: /etc
  /os-net-config/mapping.yaml" even if the file does not exist, in
  which case it's not actually being used at all. Move the log message
  to only be shown if the mapping file actually exists and is used. In
  the case where no mapping file is used, also log a message
  indicating such.

Changes in os-net-config 8.1.0..8.2.0
-------------------------------------

123ddf0 properly escape the release notes text
0b7f528 Add releasenotes configuration
619c8b8 Remove RH1 OVB jobs from configuration
e4397c3 Use INFO log level for getting nics
3de7c2f Only log that mapping file is in use if it's actually true
74e9406 Fix licenses to be explicit with Apache 2.0
7c318e9 Update .gitignore


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

.gitignore                                         |   3 +-
README.rst                                         |   2 +-
os_net_config/cli.py                               |   4 +-
os_net_config/utils.py                             |  28 +--
.../log-info-nic-discovery-f54ace7639890fdf.yaml   |   9 +
.../notes/log-mapping-file-8b2a9d8f6a81ba99.yaml   |   8 +
releasenotes/source/conf.py                        | 188 +++++++++++++++++++++
releasenotes/source/index.rst                      |   5 +
setup.cfg                                          |   1 +
test-requirements.txt                              |   2 +
zuul.d/layout.yaml                                 |   2 -
11 files changed, 231 insertions(+), 21 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 4b27709..fb7184c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16,2 @@ mox>=0.5.3 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list