We high-spiritedly announce the release of: ovsdbapp 0.14.0: A library for creating OVSDB applications This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/ovsdbapp Download the package from: https://tarballs.openstack.org/ovsdbapp/ Please report issues through launchpad: http://bugs.launchpad.net/ovsdbapp For more details, please see below. Changes in ovsdbapp 0.13.0..0.14.0 ---------------------------------- 5458269 Attempt to fetch the schema from any remote 3f3ddec Fix a typo in docstring 9298b7a Change openstack-dev to openstack-discuss 2f824c1 Add Gateway_Chassis support 5f108df Group tests in same class to run in same group d85e5b8 Fix functional tests timeout race condition f6a2c8c Migrate tempest job to zuul v3 native 46e4323 Expand retry behavior to cover other python-ovs methods 0e5904a Add WaitEvent to the API 969a201 Move ovsdbapp jobs to its tree Diffstat (except docs and test files) ------------------------------------- .stestr.conf | 2 +- .zuul.yaml | 19 ------- ovsdbapp/backend/ovs_idl/connection.py | 14 ++--- ovsdbapp/backend/ovs_idl/event.py | 4 ++ ovsdbapp/backend/ovs_idl/idlutils.py | 59 ++++++++++++++++------ ovsdbapp/event.py | 20 ++++++++ ovsdbapp/schema/ovn_northbound/commands.py | 34 +++++++++++++ .../schema/open_vswitch/test_impl_idl.py | 3 +- .../schema/ovn_northbound/test_impl_idl.py | 9 ++++ .../schema/ovn_southbound/test_impl_idl.py | 24 +++------ setup.cfg | 2 +- zuul.d/ovsdbapp-jobs.yaml | 7 +++ zuul.d/project.yaml | 16 ++++++ 14 files changed, 153 insertions(+), 62 deletions(-)
participants (1)
-
no-reply@openstack.org