[release-announce] ovsdbapp 1.5.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 4 13:25:07 UTC 2020


We are jazzed to announce the release of:

ovsdbapp 1.5.0: A library for creating OVSDB applications

This release is part of the victoria 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.4.0..1.5.0
--------------------------------

3cf8a42 Add lock when calling idl.run()
9f27ddf Add a cause description to "TimeoutException"
48ee100 Fix thread/threading change in unit test
cbdfaf5 Correct variable names for test
a31609c Add "if_exists" parameter to "QoSDelCommand"
f345c77 Change TestOvnNbIndex.test_find to use Port_Group
469095b Add MAC_Binding index lookup
409e8a4 Handle index lookups in DbFindCommand
dac170c Fix pep8 job
0db26a3 Make it more obvious when errors are ignored
f905f4e drop mock from lower-constraints
0320e78 Only create indices if connection is not running


Diffstat (except docs and test files)
-------------------------------------

lower-constraints.txt                              |   2 +-
ovsdbapp/backend/ovs_idl/__init__.py               |  20 ++--
ovsdbapp/backend/ovs_idl/command.py                |  14 ++-
ovsdbapp/backend/ovs_idl/connection.py             |  31 +++---
ovsdbapp/backend/ovs_idl/idlutils.py               | 105 ++++++++++++++++++---
ovsdbapp/backend/ovs_idl/transaction.py            |   3 +-
ovsdbapp/exceptions.py                             |   3 +-
ovsdbapp/schema/open_vswitch/impl_idl.py           |   5 +-
ovsdbapp/schema/ovn_northbound/api.py              |   5 +-
ovsdbapp/schema/ovn_northbound/commands.py         |  12 ++-
ovsdbapp/schema/ovn_northbound/impl_idl.py         |   6 +-
ovsdbapp/schema/ovn_southbound/impl_idl.py         |   1 +
.../functional/backend/ovs_idl/test_indexing.py    |   8 +-
.../schema/open_vswitch/test_impl_idl.py           |   6 +-
.../schema/ovn_northbound/test_impl_idl.py         |   7 ++
test-requirements.txt                              |   1 +
19 files changed, 228 insertions(+), 62 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 7bc30fe..692140d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,0 +8 @@ coverage!=4.4,>=4.0 # Apache-2.0
+isort==4.3.21 # MIT






More information about the Release-announce mailing list