We are happy to announce the release of: ovsdbapp 2.16.0 This release is part of the gazpacho 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 2.15.0..2.16.0 ---------------------------------- fdc5493 Re-apply Improve Row stringification cc81872 Simplify venv with ProcessFixture f34e599 Re-apply Rework venv to support arbitrary schemas 928b714 Fix KEEP_VENV for recent OVN/OVS and single venvs 46242d4 Create commands for handling HA chassis group eadd3ac LrpAddCommand can consume ha-chassis-group name Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/idlutils.py | 61 ++- ovsdbapp/backend/ovs_idl/rowview.py | 5 + ovsdbapp/schema/ovn_northbound/api.py | 32 ++ ovsdbapp/schema/ovn_northbound/commands.py | 59 +++ ovsdbapp/schema/ovn_northbound/impl_idl.py | 9 + .../functional/backend/ovs_idl/idltest.ovsschema | 84 ++++ .../functional/backend/ovs_idl/test_idlutils.py | 162 +++++++ .../schema/hardware_vtep/test_impl_idl.py | 5 +- .../functional/schema/open_vswitch/fixtures.py | 5 + .../schema/open_vswitch/test_impl_idl.py | 5 +- .../schema/ovn_ic_northbound/test_impl_idl.py | 5 +- .../schema/ovn_northbound/test_impl_idl.py | 195 ++++++++ ovsdbapp/venv.py | 536 +++++++++++++-------- tools/debug_venv | 10 +- 16 files changed, 1005 insertions(+), 241 deletions(-)