We are ecstatic to announce the release of: . 10.4.0: OpenStack network configuration This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/. Download the package from: https://tarballs.openstack.org/os-net-config/ For more details, please see below. 10.4.0 ^^^^^^ New Features * Adding PCI address of each VF to sriov_config.yaml. This information could be used in deriving the PCI passthrough whitelist. Changes in . 10.3.0..10.4.0 --------------------------- dd1906f Add ovs_options and ovs_extra parameters to VLAN object da27461 Adding a udev rule to rename the vf representors. 9767937 Adding a udev rule to save sriov interface name before configuring switchdev 83ab4a1 Adding pci address in SRIOV config cdee559 Replace use_dhcp6 with use_dhcpv6 08445fa Removing the warnings generated due to yaml.load() Diffstat (except docs and test files) ------------------------------------- etc/os-net-config/samples/bridge_vlan.json | 4 + etc/os-net-config/samples/bridge_vlan.yaml | 3 + etc/os-net-config/samples/interface.json | 1 + etc/os-net-config/samples/interface.yaml | 1 + os_net_config/cli.py | 4 +- os_net_config/impl_ifcfg.py | 4 + os_net_config/objects.py | 29 +++- os_net_config/schema.yaml | 52 ++++--- os_net_config/sriov_config.py | 41 +++++- os_net_config/utils.py | 19 ++- os_net_config/validator.py | 2 +- ...i-address-in-sriov-config-06016e4e69b322ca.yaml | 5 + 17 files changed, 359 insertions(+), 83 deletions(-)
participants (1)
-
no-reply@openstack.org