We are amped to announce the release of: networking-odl 20.0.0: OpenStack Networking This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/networking-odl Download the package from: https://pypi.org/project/networking-odl Please report issues through: https://bugs.launchpad.net/networking-odl/+bugs For more details, please see below. Changes in networking-odl 19.0.0..20.0.0 ---------------------------------------- b57cfa8b4 Update pylint version b6753dea5 CI: Make tempest and rally jobs non-OVN based 63a79b6c7 Drop install_venv 92e60a9b7 Add Python3 yoga unit tests bce78db9d Update master for stable/xena 639940aa5 Use payload style callback Diffstat (except docs and test files) ------------------------------------- .pylintrc | 2 + .zuul.d/jobs.yaml | 49 +++++++++++++++ .zuul.d/project.yaml | 2 +- lower-constraints.txt | 2 +- .../network/statistics/opendaylight_v2/client.py | 3 +- networking_odl/cmd/analyze_journal.py | 2 +- networking_odl/common/client.py | 2 + networking_odl/common/websocket_client.py | 10 ++- .../db/migration/alembic_migrations/env.py | 2 +- networking_odl/dhcp/odl_dhcp_driver.py | 25 ++++---- networking_odl/journal/base_driver.py | 8 ++- networking_odl/journal/journal.py | 10 ++- networking_odl/journal/recovery.py | 3 +- networking_odl/l3/l3_odl_v2.py | 30 ++++----- networking_odl/ml2/mech_driver_v2.py | 4 +- networking_odl/ml2/pseudo_agentdb_binding.py | 8 +-- networking_odl/qos/qos_driver_v2.py | 12 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 ++ test-requirements.txt | 3 +- tools/install_venv.py | 71 ---------------------- 22 files changed, 132 insertions(+), 135 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index df7d7c54f..ab45aa1ec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ pecan>=1.3.3 # BSD -pylint==2.5.3;python_version>="3.0" # GPLv2 +pylint==2.12.0 # GPLv2 @@ -20 +19,0 @@ bashate>=0.5.1 # Apache-2.0 -astroid==2.4.0;python_version>="3.0" # LGPLv2.1
participants (1)
-
no-reply@openstack.org