We are ecstatic to announce the release of: ovsdbapp 0.17.0: A library for creating OVSDB applications This release is part of the train 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.16.0..0.17.0 ---------------------------------- 74b52bb Add HA Chassis Group related commands 78de8a6 Add commands to set and get LRP options 5a9b9e2 Add Python 3 Train unit tests 81c124f Sync Sphinx requirement bcafa4b Update the UPPER_CONSTRAINTS_FILE for tox b6c55cd Replace openstack repository by opendev 6a246a7 Move WaitForPortBindingEvent out from testing code Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- README.rst | 6 +- ovsdbapp/schema/ovn_northbound/api.py | 87 +++++++++++++++ ovsdbapp/schema/ovn_northbound/commands.py | 124 ++++++++++++++++++++- ovsdbapp/schema/ovn_northbound/impl_idl.py | 25 +++++ .../schema/ovn_northbound/test_impl_idl.py | 106 ++++++++++++++++++ .../functional/schema/ovn_southbound/event.py | 22 ++++ .../schema/ovn_southbound/test_impl_idl.py | 14 +-- setup.cfg | 4 +- test-requirements.txt | 3 +- tox.ini | 4 +- zuul.d/project.yaml | 3 +- 13 files changed, 380 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index eb882ca..2e215dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org