We joyfully announce the release of: ovsdbapp 0.10.3: A library for creating OVSDB applications This release is part of the queens stable 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.10.2..0.10.3 ---------------------------------- 923abc1 Convert base commands to ReadOnlyCommand 210be9f Allow read-only Commands to bypass txns in execute() a82ab8a Move ovsdbapp jobs to its tree Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 ---- ovsdbapp/backend/ovs_idl/command.py | 17 ++++- ovsdbapp/schema/open_vswitch/commands.py | 16 ++-- ovsdbapp/schema/ovn_northbound/commands.py | 32 ++++---- ovsdbapp/schema/ovn_southbound/commands.py | 2 +- .../schema/open_vswitch/test_common_db.py | 4 + .../post.yaml | 4 + .../run.yaml | 88 ++++++++++++++++++++++ playbooks/legacy/tempest-post-common.yml | 56 ++++++++++++++ zuul.d/legacy-ovsdbapp-jobs.yaml | 13 ++++ zuul.d/project.yaml | 13 ++++ 11 files changed, 216 insertions(+), 45 deletions(-)