We are gleeful to announce the release of: ovsdbapp 0.17.5: A library for creating OVSDB applications This release is part of the train stable 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.17.4..0.17.5 ---------------------------------- 2184d8e Don't give up when an Exception happens in idl.run 876da6f Add lock when calling idl.run() ae82ebf Avoid race condition with RowEvent handling Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/__init__.py | 3 +- ovsdbapp/backend/ovs_idl/command.py | 5 +-- ovsdbapp/backend/ovs_idl/connection.py | 34 +++++++++++-------- ovsdbapp/backend/ovs_idl/event.py | 6 ++++ ovsdbapp/backend/ovs_idl/idlutils.py | 39 ++++++++++++++++++++++ ovsdbapp/event.py | 11 ++++++ .../schema/ovn_southbound/test_impl_idl.py | 2 +- 8 files changed, 84 insertions(+), 20 deletions(-)
participants (1)
-
no-reply@openstack.org