We are glad to announce the release of: os-net-config 12.3.3: OpenStack network configuration This release is part of the ussuri 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 12.3.2..12.3.3 --------------------------------------- e1353bd basic support for Linux tap devices 754c7fe Wire up new tripleo upgrades jobs template c3a0744 Support binding VFs after moving to switchdev 06f62ad Fixing the dependency for sriov_config service 24eb8be [ussuri] Migrate to content provider jobs/templates 3215514 Enable smfs software steering when switchdev is enabled 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 | 27 ++++- os_net_config/utils.py | 2 +- setup.cfg | 1 + zuul.d/layout.yaml | 3 +- 14 files changed, 362 insertions(+), 3 deletions(-)