We are stoked to announce the release of: ovsdbapp 1.8.0: A library for creating OVSDB applications This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/ovsdbapp Download the package from: https://tarballs.openstack.org/ovsdbapp/ Please report issues through: https://bugs.launchpad.net/ovsdbapp/+bugs For more details, please see below. Changes in ovsdbapp 1.7.0..1.8.0 -------------------------------- aac2da8 [ovn nb] Acl add: Avoid setting columns that have no values 517471b Update Python3 wallaby unit tests e2f782c Add northbound API support for meters cefb678 Fix NB API definition "lb_add" method signature 0968b41 Fix gate failure Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 18 +- ovsdbapp/backend/ovs_idl/__init__.py | 6 +- ovsdbapp/backend/ovs_idl/command.py | 20 +- ovsdbapp/backend/ovs_idl/connection.py | 10 +- ovsdbapp/backend/ovs_idl/event.py | 2 +- ovsdbapp/backend/ovs_idl/idlutils.py | 6 +- ovsdbapp/backend/ovs_idl/transaction.py | 15 +- ovsdbapp/event.py | 2 +- ovsdbapp/exceptions.py | 4 +- ovsdbapp/schema/open_vswitch/commands.py | 58 ++--- ovsdbapp/schema/open_vswitch/impl_idl.py | 2 +- ovsdbapp/schema/ovn_northbound/api.py | 98 ++++++-- ovsdbapp/schema/ovn_northbound/commands.py | 263 +++++++++++++-------- ovsdbapp/schema/ovn_northbound/impl_idl.py | 19 +- ovsdbapp/schema/ovn_southbound/commands.py | 8 +- .../functional/schema/ovn_northbound/fixtures.py | 5 + .../schema/ovn_northbound/test_impl_idl.py | 104 ++++++++ ovsdbapp/utils.py | 12 +- ovsdbapp/venv.py | 10 +- test-requirements.txt | 2 +- zuul.d/project.yaml | 2 +- 21 files changed, 468 insertions(+), 198 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7b8fca9..17a2b4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ oslotest>=3.2.0 # Apache-2.0 -pylint==2.3.0 # GPLv2 +pylint==2.6.0 # GPLv2
participants (1)
-
no-reply@openstack.org