We are pumped to announce the release of: os-net-config 11.0.0: OpenStack network configuration This release is part of the train 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 10.4.0..11.0.0 --------------------------------------- 115c36b Unify ethtool options logic 2c13c0e Add support for ethtool options for sriov_pf ports afc7a8f Add missing unit-test for IbInterface ethtool opts 53d57da Publish documents 8465e5c Update docs testing 6d38af7 Replace git.openstack.org URLs with opendev.org URLs 22aeee1 Modify udev rule for VF representor rename a061232 Add upper constraints to tox 8634e3a Uncap jsonschema 19d05f3 OpenDev Migration Patch 58b742d Update master for stable/stein 98e561a Add ability to specify multiple search domains 36af6fd Update master for stable/stein 4dbff4f Change python3.5 job to python3.7 job on Stein+ Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- CONTRIBUTING.rst | 6 +- README.rst | 159 +++++++++++++++++---------------- os_net_config/impl_ifcfg.py | 12 +-- os_net_config/objects.py | 6 +- os_net_config/schema.yaml | 52 ++++++----- os_net_config/sriov_config.py | 46 ++++++++-- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++ requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 3 - tox.ini | 8 +- zuul.d/layout.yaml | 2 + 18 files changed, 284 insertions(+), 126 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 14c6a96..7253862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ PyYAML>=3.10.0 # MIT -jsonschema>=2.0.0,<3.0.0 # MIT +jsonschema>=2.0.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 4d74591..2347322 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +8,0 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 @@ -15 +12,0 @@ mock>=2.0 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0