We are excited to announce the release of: ovsdbapp 0.11.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.9.0..0.11.0 --------------------------------- 90dfca5 Add Port_Group commands 476b174 Improve DbListCommand operation from O(n^2) to O(n) 74aa241 add lower-constraints job 2e8817d Change external_ids to columns, in dns_add API 332c7e6 Updated from global requirements b7c9dc9 Transaction: Handle NOT_LOCKED status da9da92 TOX/pep8: Enforce the use of python2 acede4d Fix spelling error e1876a8 Updated from global requirements 67ef3d5 Update reno for stable/queens 1810fae Ensure idl.run() called on TRY_AGAIN 0a20f59 Updated from global requirements d970a0b Updated from global requirements 6b5b3bd Add LrGet command 9a2cd1a Update OvsdbConnectionUnavailable error message 7b9afd8 Updated from global requirements 163ee83 Avoid tox_install.sh for constraints support b725294 Document *_extenal_ids methods in open_vswitch/api.py 36a1347 Display attempt number during transaction commit 15836d3 Extend transaction with multiple commands 124b52c IP should be optional in lsp_set_addresses f9c0bea Support setting of interface external-ids Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++ lower-constraints.txt | 52 ++++++++++ ovsdbapp/api.py | 12 ++- ovsdbapp/backend/ovs_idl/command.py | 35 ++++++- ovsdbapp/backend/ovs_idl/transaction.py | 24 ++++- ovsdbapp/exceptions.py | 6 +- ovsdbapp/schema/open_vswitch/api.py | 37 +++++++ ovsdbapp/schema/open_vswitch/commands.py | 78 ++++++++++----- ovsdbapp/schema/open_vswitch/impl_idl.py | 6 ++ ovsdbapp/schema/ovn_northbound/api.py | 102 ++++++++++++++++++- ovsdbapp/schema/ovn_northbound/commands.py | 110 ++++++++++++++++++++- ovsdbapp/schema/ovn_northbound/impl_idl.py | 21 ++++ .../schema/open_vswitch/test_common_db.py | 7 ++ .../schema/open_vswitch/test_impl_idl.py | 24 ++++- .../schema/ovn_northbound/test_impl_idl.py | 95 +++++++++++++++++- releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++ requirements.txt | 3 +- test-requirements.txt | 6 +- tools/setup-ovs.sh | 11 +++ tools/tox_install.sh | 61 ------------ tox.ini | 19 +++- 22 files changed, 608 insertions(+), 115 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bc850d3..dd26a80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7,2 @@ netaddr>=0.7.18 # BSD -ovs>=2.7.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +ovs>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 26dc93f..d5fd938 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org