We are gleeful to announce the release of: ovsdbapp 0.10.4: A library for creating OVSDB applications This release is part of the queens stable 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 0.10.3..0.10.4 ---------------------------------- ad9b9fc Remove the oslo-utils dependency 88261f0 Ensure timeout on queueing transaction 5e954f9 Port Group's letfovers 3f92a42 Add Port Group ACL commands 024c2bc Add Port_Group commands 4e5c967 Change upper_constaints URL to new format b5e73fd Set version of neutron-tempest-plugin for queens 3ce8175 Fix functional tests 639905b IP should be optional in lsp_set_addresses f4756b3 OpenDev Migration Patch 6e82141 Replace openstack.org git:// URLs with https:// Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- ovsdbapp/backend/ovs_idl/connection.py | 31 +++- ovsdbapp/schema/ovn_northbound/api.py | 117 +++++++++++++ ovsdbapp/schema/ovn_northbound/commands.py | 188 ++++++++++++++++++--- ovsdbapp/schema/ovn_northbound/impl_idl.py | 29 ++++ .../schema/open_vswitch/test_impl_idl.py | 15 ++ .../functional/schema/ovn_northbound/fixtures.py | 6 + .../schema/ovn_northbound/test_impl_idl.py | 144 ++++++++++++++-- ovsdbapp/utils.py | 34 ++++ .../run.yaml | 12 +- tools/tox_install.sh | 4 +- tox.ini | 2 +- zuul.d/legacy-ovsdbapp-jobs.yaml | 5 +- 15 files changed, 553 insertions(+), 57 deletions(-)
participants (1)
-
no-reply@openstack.org