[release-announce] networking-sfc 9.0.0 (train)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 16 12:56:37 UTC 2019
We are pleased to announce the release of:
networking-sfc 9.0.0: API's and implementations to support Service
Function Chaining in Neutron.
This release is part of the train 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 8.0.0..9.0.0
--------------------------------------
32702b5 Add Python 3 Train unit tests
7fb0207 Update the constraints url
315eefc Add libpq-dev to bindep.txt to fix gate error
6d62a74 Use opendev repository
cffd2ac Switch functional jobs to python 3
2c500c9 Switch functional job to Zuulv3 syntax
e617fc9 Complete move of networking-sfc tempest tests to tempest plugin
7ff51c0 Update sphinx requirements
0014c99 Switch to native openflow implementation
6da9e6d OpenDev Migration Patch
fbd373a Dropping the py35 testing
a42d5fa Combine two patches to fix gates
23254df Replace openstack.org git:// URLs with https://
9905aa9 Update master for stable/stein
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 2 +-
HACKING.rst | 2 +-
README.rst | 2 +-
bindep.txt | 1 +
devstack/README.md | 2 +-
devstack/devstackgaterc | 35 -
devstack/post_test_hook.sh | 27 -
lower-constraints.txt | 3 +-
networking_sfc/services/sfc/drivers/ovs/driver.py | 5 +-
.../services/flowclassifier_client.py | 53 -
.../extensions/openvswitch/test_sfc_driver.py | 47 +-
.../unit/services/sfc/agent/extensions/test_sfc.py | 7 +-
.../networking-sfc-functional-dsvm/post.yaml | 80 --
.../legacy/networking-sfc-functional-dsvm/run.yaml | 75 --
.../networking-sfc-periodic-tempest-dsvm/post.yaml | 15 -
.../networking-sfc-periodic-tempest-dsvm/run.yaml | 88 --
.../post.yaml | 15 -
.../networking-sfc-tempest-dsvm-multinode/run.yaml | 83 --
.../legacy/networking-sfc-tempest-dsvm/post.yaml | 15 -
.../legacy/networking-sfc-tempest-dsvm/run.yaml | 87 --
playbooks/multinode-scenario-pre-run.yaml | 3 +
releasenotes/source/index.rst | 1 +
releasenotes/source/stein.rst | 6 +
setup.cfg | 5 +-
test-requirements.txt | 6 +-
tools/test-setup.sh | 57 -
tox.ini | 51 +-
zuul.d/jobs.yaml | 139 ++-
zuul.d/project.yaml | 4 +-
zuul.d/projects.yaml | 24 +-
51 files changed, 194 insertions(+), 4110 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 3e6d094..4667e38 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10,2 @@ requests-mock>=1.2.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
@@ -20 +20,0 @@ stestr>=2.0.0 # Apache-2.0
-tempest>=17.1.0 # Apache-2.0
@@ -23 +23 @@ pylint==1.9.2 # GPLv2
-psycopg2>=2.6.2 # LGPL/ZPL
+psycopg2>=2.7.7 # LGPL/ZPL
More information about the Release-announce
mailing list