We are happy to announce the release of: os-net-config 7.0.0: OpenStack network configuration This release is part of the pike 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 7.0.0.0b1..7.0.0 ----------------------------------------- e7e81ac Remove unused Babel setup e5cf068 Configure mtu value for DPDK port ed0f6e6 Removed vlan port on ovs_user_bridge in dpdk bond samples b905e0d os_net_config should map nics that are down if nic is in mapping file Diffstat (except docs and test files) ------------------------------------- etc/os-net-config/samples/ovs_dpdk.json | 1 + etc/os-net-config/samples/ovs_dpdk.yaml | 2 + etc/os-net-config/samples/ovs_dpdk_bond.json | 9 ---- etc/os-net-config/samples/ovs_dpdk_bond.yaml | 6 --- os_net_config/impl_ifcfg.py | 2 + os_net_config/objects.py | 66 ++++++++++++++++------------ os_net_config/utils.py | 30 ++++++++++--- requirements.txt | 1 - setup.cfg | 14 ------ 12 files changed, 112 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d085a12..36544e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ anyjson>=0.3.3 # BSD -Babel>=2.3.4 # BSD
participants (1)
-
no-reply@openstack.org