[neutron] ovsdbapp 0.3.0 (pike)
We are overjoyed to announce the release of: ovsdbapp 0.3.0: A library for creating OVSDB applications This release is part of the pike 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.2.0..0.3.0 -------------------------------- a4bcd2f Use neutron-lib's tox_install.sh a540180 Remove get_schema_helper retry/try_add_manager parameters 3dbc512 Pass a connection to OvsdbIdl.__init__() 42bfd79 Updated from global requirements 8cc0878 Add unit tests from Neutron Diffstat (except docs and test files) ------------------------------------- ovsdbapp/api.py | 3 +- ovsdbapp/backend/ovs_idl/connection.py | 3 +- ovsdbapp/backend/ovs_idl/helpers.py | 51 ------- ovsdbapp/backend/ovs_idl/idlutils.py | 32 ++--- ovsdbapp/backend/ovs_idl/transaction.py | 4 +- ovsdbapp/schema/open_vswitch/helpers.py | 51 +++++++ ovsdbapp/schema/open_vswitch/impl_idl.py | 25 ++-- .../schema/open_vswitch/test_impl_idl.py | 18 ++- .../unit/schema/open_vswitch/test_impl_idl.py | 35 +++++ requirements.txt | 3 +- tools/tox_install.sh | 48 +++++-- 21 files changed, 484 insertions(+), 145 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8d386f8..6d71977 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6 @@ ovs>=2.7.0 # Apache-2.0 -pbr>=2.0.0 # Apache-2.0 -tenacity>=3.2.1 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org