[release-announce] os-net-config 15.1.0

no-reply at openstack.org no-reply at openstack.org
Mon Oct 18 16:52:43 UTC 2021


We exuberantly announce the release of:

os-net-config 15.1.0: OpenStack network configuration

The source is available from:

    https://opendev.org/openstack/os-net-config

Download the package from:

    https://tarballs.openstack.org/os-net-config/

For more details, please see below.

Changes in os-net-config 15.0.0..15.1.0
---------------------------------------

6dc407b Drop six
3c8d3d6 Drop unused requirements
70ed002 Updating sriov_config.service to run before driverctl.slice and network-pre
fcf3d9c Update sriov config service to handle nic partitioned PF
1ae0254 Allow linux tap to use routes
178564d allow vhost0 to pass list of members
5f27e09 Replace deprecated import of ABCs from collections
baab05e vdpa: Introducing the vdpa PF flag
380254e sriov_config: light refactoring
8a053a2 Avoid creating multiple entries of udev rules
4d351d4 setup.cfg: Replace dashes with underscores


Diffstat (except docs and test files)
-------------------------------------

.gitignore                               |   3 +
etc/os-net-config/samples/vdpa.json      |  28 +++
etc/os-net-config/samples/vdpa.yaml      |  31 +++
os_net_config/impl_ifcfg.py              |  15 +-
os_net_config/objects.py                 |  18 +-
os_net_config/schema.yaml                |   3 +-
os_net_config/sriov_config.py            | 354 ++++++++++++++++-----------
os_net_config/utils.py                   |  38 ++-
os_net_config/validator.py               |   7 +-
requirements.txt                         |   4 -
setup.cfg                                |   8 +-
16 files changed, 855 insertions(+), 240 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index abf39eb..856c111 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +4,0 @@ pbr>=2.0.0 # Apache-2.0
-anyjson>=0.3.3 # BSD
-six>=1.9.0 # MIT
-eventlet!=0.18.3,>=0.18.2 # MIT
-iso8601>=0.1.11 # MIT






More information about the Release-announce mailing list