We are excited to announce the release of: ovsdbapp 0.6.0: A library for creating OVSDB applications This release is part of the queens 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.5.0..0.6.0 -------------------------------- a07950c Allow to stop and restart connections in Backend e6aee4f Allow use of installed OVS if OVS_SRCDIR not set 07a8029 Updated from global requirements ccf8b09 Updated from global requirements e6ff4cc Don't return garbage if table has no index col a9bf5c9 Have debug_venv use OVN venv 4811639 nb_schema: Use normalize_ip_port even for lb ips 9fdf27a Add backward compatible connection attribute 2aa2291 Fix BridgeFixture 52be6f1 Move ovsdb_connection definition to Backend 9ea8da3 Add native IDL tests from neutron 92ee469 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/__init__.py | 10 ++- ovsdbapp/backend/ovs_idl/connection.py | 18 +++++- ovsdbapp/exceptions.py | 4 ++ ovsdbapp/schema/open_vswitch/impl_idl.py | 5 +- ovsdbapp/schema/ovn_northbound/commands.py | 2 +- ovsdbapp/schema/ovn_northbound/impl_idl.py | 1 - ovsdbapp/schema/ovn_southbound/impl_idl.py | 1 - .../functional/schema/open_vswitch/fixtures.py | 1 + .../schema/open_vswitch/test_impl_idl.py | 74 ++++++++++++++++++++++ .../schema/ovn_northbound/test_impl_idl.py | 4 ++ ovsdbapp/venv.py | 40 ++++++++---- requirements.txt | 2 +- test-requirements.txt | 6 +- tools/debug_venv.py | 2 +- 17 files changed, 158 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5e29aa0..c862953 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 1907378..5c73a10 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -12 +12 @@ oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 @@ -19 +19 @@ testtools>=1.4.0 # MIT -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0