[release-announce] [tripleo] os-net-config 6.0.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 19:34:19 UTC 2017


We are stoked to announce the release of:

os-net-config 6.0.0: OpenStack network configuration

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/os-net-config

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/os-net-config

For more details, please see below.

Changes in os-net-config 5.0.0..6.0.0
-------------------------------------

f40b61e Remove child members activation for OVS-DPDK bond
81d2a7d Make os-net-config pass tox py3 tests
3a0c8da Exclude SR-IOV VFs in the nic numbering
d621022 Show team and repo badges on README
433a0f3 Add support for enabling hotplug on interfaces
fceeece Stop dhclient in os-net-config if interface not set for DHCP
71ba532 Add sample files for fail_mode and ovs_extra template
e479535 Add ovs_fail_mode option for OVS bridges
38a4ffb Add support for name replacement in OVS_EXTRA
469c0ab Add support for ethtool_opts option
4fdb0a6 Add route_options parameter
9ce8a1c Open os-net-config for Ocata
08590fc Add options attribute to NFVSwitch
7549bab Raise NotImplementedError instead of NotImplemented


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

README.rst                                      |   9 ++
etc/os-net-config/samples/bridge_fail_mode.json |  15 +++
etc/os-net-config/samples/bridge_fail_mode.yaml |  10 ++
etc/os-net-config/samples/bridge_ovs_extra.json |  18 ++++
etc/os-net-config/samples/bridge_ovs_extra.yaml |  12 +++
etc/os-net-config/samples/ib_interface.json     |   2 +-
etc/os-net-config/samples/ib_interface.yaml     |   2 +-
etc/os-net-config/samples/interface.json        |  14 ++-
etc/os-net-config/samples/interface.yaml        |  12 ++-
etc/os-net-config/samples/nfvswitch.json        |   2 +-
etc/os-net-config/samples/nfvswitch.yaml        |   4 +-
os_net_config/__init__.py                       |  32 +++---
os_net_config/cli.py                            |   2 +-
os_net_config/impl_eni.py                       |  22 ++--
os_net_config/impl_ifcfg.py                     | 124 ++++++++++++++++------
os_net_config/objects.py                        |  90 +++++++++-------
os_net_config/utils.py                          |  11 +-
21 files changed, 599 insertions(+), 134 deletions(-)






More information about the Release-announce mailing list