We are pleased to announce the release of: os-net-config 10.4.1: OpenStack network configuration This release is part of the stein stable 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 10.4.0..10.4.1 --------------------------------------- 14e46a5 fix missing shared_block for PF interface in switchdev bond connected to ovs 9e0e649 Avoid driverctl run if the driver is already bound 8509562 Numvfs setting during update/upgrade 3fc167f Add ETHTOOL_OPTS support for LinuxBond class 46e3e65 ifdown does not work if no ifcfg file exist d88fa2d Moving insignificant messages from error to warning in sriov_config.py 0f4e670 Restructuring the method of vf-representor renaming 28a0154 Fix handling of SR-IOV PF routes a678b12 Fixed the false InvalidConfigException for vfid=0 0429d88 [FUP] Update sriov_pf.yaml samle with ethtool_opt 6eeb367 Add support for ethtool options for sriov_pf ports b12981a Unify ethtool options logic aa7e497 Add missing unit-test for IbInterface ethtool opts 2596965 Add ability to specify multiple search domains bb5d8cb Modify udev rule for VF representor rename a8e6d6f Add upper constraints to tox 7c295e2 OpenDev Migration Patch 2788f93 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- etc/os-net-config/samples/sriov_pf.json | 3 +- etc/os-net-config/samples/sriov_pf.yaml | 2 + os_net_config/__init__.py | 4 + os_net_config/cli.py | 38 ++++++- os_net_config/impl_ifcfg.py | 16 +-- os_net_config/objects.py | 27 +++-- os_net_config/schema.yaml | 54 ++++++---- os_net_config/sriov_config.py | 183 +++++++++++++++++++++++++++++--- os_net_config/utils.py | 28 ++++- tox.ini | 4 +- 14 files changed, 627 insertions(+), 83 deletions(-)
participants (1)
-
no-reply@openstack.org