We are overjoyed to announce the release of: ovsdbapp 0.16.0: A library for creating OVSDB applications This release is part of the train 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 0.15.0..0.16.0 ---------------------------------- ceea8a2 Make Event logging more useful by default 0fe5351 TrivialFix: Fix the chassis_del comment in Southbound API 776377f Change the order of parameters for lsp_bind method 9f8dc44 Allow match_ip in LrNatDelCommand to be IP network 048473d Add missing tox environment "functional-py36" 354c87d OpenDev Migration Patch 3c6c766 add an option to let the user choose the right time to start connection 4eabf17 Make it possible to opt out of nested transactions 53b1026 Update master for stable/stein 8d8ab85 Add db_create_row method c52e53b Add mock.patch.stopall cleanup handler to base test class 9a2ba5e Mock Thread for both connection tests dc35ed1 Remove vtep-related code from venv testing 5e14117 modify RowEvent hash key a0f7d79 Make event debug log more useful ae5b175 Pass kwargs from execute to transaction() ab42b08 Switch functional and tempest jobs to python3 25abc29 Bump appdirs lower constraint 4ee25ad Break out match_fn from matches Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- lower-constraints.txt | 2 +- ovsdbapp/api.py | 24 ++++++++++++++++---- ovsdbapp/backend/ovs_idl/__init__.py | 10 ++++++--- ovsdbapp/backend/ovs_idl/command.py | 15 ++++++++----- ovsdbapp/backend/ovs_idl/event.py | 18 +++++++++------ ovsdbapp/backend/ovs_idl/idlutils.py | 11 +++++++++ ovsdbapp/event.py | 10 +++++++-- ovsdbapp/schema/ovn_northbound/commands.py | 9 +++++++- ovsdbapp/schema/ovn_southbound/api.py | 4 ++-- ovsdbapp/schema/ovn_southbound/impl_idl.py | 4 ++-- .../schema/open_vswitch/test_common_db.py | 15 +++++++++++++ .../schema/ovn_northbound/test_impl_idl.py | 26 ++++++++++++++++++++++ .../unit/schema/open_vswitch/test_impl_idl.py | 16 +++++++++++++ ovsdbapp/venv.py | 16 +------------ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 +++++ tox.ini | 6 +++++ zuul.d/ovsdbapp-jobs.yaml | 1 + zuul.d/project.yaml | 2 ++ 23 files changed, 181 insertions(+), 49 deletions(-)
participants (1)
-
no-reply@openstack.org