ovsdbapp 1.13.0 (yoga)
We high-spiritedly announce the release of: ovsdbapp 1.13.0: A library for creating OVSDB applications This release is part of the yoga 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. 1.13.0 ^^^^^^ New Features * Added support for the "OVN_IC_Northbound" schema. The "OvnIcNbApiIdlImpl" class provides interaction with "ovn_ic_nb.db" and adds support to add, delete and list registers rows of "Transit_Switch" table. Changes in ovsdbapp 1.12.0..1.13.0 ---------------------------------- 0e4c7a0 nb: set chassis_name for new gateway chassis c43f8a0 tools: run functional tests against ovn/main branch 467e536 nb: fix route.output_port name 39426db ic: add support for OVN_IC_Northbound schema 3a59279 tools: fix OvsOvnVenvFixture init 8d3779b Update master for stable/xena 06d4175 Add support for OVN NB Logical_Router_Policy table 0d732ee Use py3 as the default runtime for tox Diffstat (except docs and test files) ------------------------------------- ovsdbapp/constants.py | 9 +- ovsdbapp/schema/ovn_ic_northbound/__init__.py | 0 ovsdbapp/schema/ovn_ic_northbound/api.py | 61 ++++++++ ovsdbapp/schema/ovn_ic_northbound/commands.py | 67 +++++++++ ovsdbapp/schema/ovn_ic_northbound/impl_idl.py | 35 +++++ ovsdbapp/schema/ovn_northbound/api.py | 47 ++++++ ovsdbapp/schema/ovn_northbound/commands.py | 95 +++++++++++- ovsdbapp/schema/ovn_northbound/impl_idl.py | 12 ++ .../schema/ovn_ic_northbound/__init__.py | 0 .../schema/ovn_ic_northbound/fixtures.py | 18 +++ .../schema/ovn_ic_northbound/test_impl_idl.py | 95 ++++++++++++ .../schema/ovn_northbound/test_impl_idl.py | 161 +++++++++++++++++++++ ovsdbapp/venv.py | 56 ++++--- ...ovn-support-ic-northbound-df557a866a1f411f.yaml | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 + tools/debug_venv.py | 2 +- tools/setup-ovs.sh | 2 +- tox.ini | 2 +- 20 files changed, 651 insertions(+), 28 deletions(-)
participants (1)
-
no-reply@openstack.org