We are jazzed to announce the release of: os-net-config 12.2.0: OpenStack network configuration This release is part of the ussuri 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.1.0..12.2.0 --------------------------------------- 78c7b13 SRIOV VF: Add min_tx_rate and max_tx_rate 3b3bd43 Use unittest.mock instead of third part mock a007ca2 Enable new routing rules on the fly without restarting interfaces fd9be8f Adding IPoIB child interfaces to the os-net-config 11d9a23 We need to use the MAC instead of PCI Address for Mellanox cards Diffstat (except docs and test files) ------------------------------------- etc/os-net-config/samples/ib_child_interface.json | 20 +++ etc/os-net-config/samples/ib_child_interface.yaml | 18 +++ etc/os-net-config/samples/sriov_pf.json | 12 ++ etc/os-net-config/samples/sriov_pf.yaml | 7 + os_net_config/__init__.py | 10 ++ os_net_config/impl_ifcfg.py | 161 +++++++++++++++++++++- os_net_config/objects.py | 85 +++++++++++- os_net_config/schema.yaml | 51 +++++++ os_net_config/sriov_config.py | 6 + os_net_config/utils.py | 35 +++-- test-requirements.txt | 1 - 15 files changed, 572 insertions(+), 28 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2347322..ed22996 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ testtools>=1.4.0 # MIT -mock>=2.0 # BSD