We are stoked to announce the release of: ovsdbapp 0.12.0: A library for creating OVSDB applications This release is part of the rocky 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.11.0..0.12.0 ---------------------------------- f15d014 Use api.lookup instead of idlutils.row_by_record b494214 Make it possible to run functional tests again f631143 Switch to stestr 2ee22a5 Fix python3 compat with debug_venv.py 62a6190 Port Group's letfovers 7e980f1 Add Port Group ACL commands ad47adb Add QoS command for ovn northbound db. Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- .stestr.conf | 4 + .testr.conf | 8 - lower-constraints.txt | 3 +- ovsdbapp/backend/ovs_idl/command.py | 14 +- ovsdbapp/constants.py | 2 + ovsdbapp/schema/open_vswitch/impl_idl.py | 2 + ovsdbapp/schema/ovn_northbound/api.py | 150 +++++++++++--- ovsdbapp/schema/ovn_northbound/commands.py | 221 +++++++++++++++++---- ovsdbapp/schema/ovn_northbound/impl_idl.py | 38 +++- .../functional/schema/ovn_northbound/fixtures.py | 6 + .../schema/ovn_northbound/test_impl_idl.py | 208 ++++++++++++++----- test-requirements.txt | 2 +- tools/debug_venv.py | 3 +- tox.ini | 2 +- 15 files changed, 516 insertions(+), 150 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d5fd938..0c759a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ pylint==1.4.5 # GPLv2 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0