We are gleeful to announce the release of: os-net-config 14.0.0: OpenStack network configuration This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/os-net-config Download the package from: https://tarballs.openstack.org/os-net-config/ Please report issues through: https://bugs.launchpad.net/os-net-config/+bugs For more details, please see below. Changes in os-net-config 13.0.0..14.0.0 --------------------------------------- ba93c36 Check to ensure active DPDK NICs only mapped once da7614b basic support for Linux tap devices 4f2ebfd Exclude DPDK mapped VF device even if not present 1a1b1b7 Wire up new tripleo upgrades jobs template 3144a8f Support binding VFs after moving to switchdev 87702f3 Fixing the dependency for sriov_config service f19c75c Replace deprecated UPPER_CONSTRAINTS_FILE variable bfb4e17 Add Python3 wallaby unit tests 87daba4 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- etc/os-net-config/samples/linux_tap.json | 8 ++ etc/os-net-config/samples/linux_tap.yaml | 6 ++ os_net_config/__init__.py | 11 +++ os_net_config/impl_ifcfg.py | 12 +++ os_net_config/objects.py | 36 +++++++ os_net_config/schema.yaml | 38 +++++++ os_net_config/sriov_bind_config.py | 137 ++++++++++++++++++++++++++ os_net_config/sriov_config.py | 14 ++- os_net_config/utils.py | 18 +++- releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ setup.cfg | 1 + tox.ini | 2 +- zuul.d/layout.yaml | 3 +- 18 files changed, 394 insertions(+), 7 deletions(-)
participants (1)
-
no-reply@openstack.org