We are psyched to announce the release of: os-net-config 12.3.0: 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.2.0..12.3.0 --------------------------------------- 761b462 Skip VFs configured for DPDKs during NIC ordering 65f240f Retries are attempted if VF configuration fails 4363f45 Cleanup py27 support fe13c49 Run ifup on a bond when a slave interface is restarted Diffstat (except docs and test files) ------------------------------------- os_net_config/impl_ifcfg.py | 17 ++++++++++++++--- os_net_config/sriov_config.py | 6 +++--- os_net_config/utils.py | 24 +++++++++++++++++++++++- releasenotes/source/conf.py | 5 ----- setup.cfg | 16 +++------------- setup.py | 9 --------- test-requirements.txt | 2 +- tox.ini | 5 ++--- 11 files changed, 88 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ed22996..8fa262d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0