We jubilantly announce the release of: networking-sfc 9.0.1: API's and implementations to support Service Function Chaining in Neutron. This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/networking-sfc Download the package from: https://pypi.org/project/networking-sfc Please report issues through: https://bugs.launchpad.net/networking-sfc/+bugs For more details, please see below. Changes in networking-sfc 9.0.0..9.0.1 -------------------------------------- 31b28ea Monkey patch original current_thread _active c9cf6d5 Fix pep8 job 89b4e00 Switch tempest jobs for stable/train branch to train jobs cd6a4b5 [Functional tests] Fix SIGHUP handling tests 699eafd Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 525b9fb Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 2 ++ networking_sfc/services/sfc/agent/__init__.py | 6 ++++++ test-requirements.txt | 1 + tox.ini | 2 +- zuul.d/jobs.yaml | 4 ++-- 7 files changed, 20 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4667e38..e94fc42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,0 +23 @@ pylint==1.9.2 # GPLv2 +isort==4.3.21 # MIT