[release-announce] networking-sfc 17.0.0 (bobcat)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 4 11:18:40 UTC 2023


We enthusiastically announce the release of:

networking-sfc 17.0.0: APIs and implementations to support Service
Function Chaining in Neutron.

This release is part of the bobcat 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 16.0.0..17.0.0
----------------------------------------

7cf81e2 [sqlalchemy-20] Add context wrapper to ppg operations
73abb76 Doc: refresh sfc install details
309606a Remove the old CLI code from sfc and fix issuse due to RBAC changes
887bed6 Add neutron and neutron-lib projects to SQLAlchemy main branch job
1718f8f Use neutron-lib policy rules
fb8ef1b Update master for stable/2023.1
23945b5 Switch to 2023.1 Python3 unit tests and generic template name
1e7f392 Update master for stable/zed


Diffstat (except docs and test files)
-------------------------------------

networking_sfc/cli/__init__.py                     |   0
networking_sfc/cli/flow_classifier.py              | 198 ---------------
networking_sfc/cli/port_chain.py                   | 152 ------------
networking_sfc/cli/port_pair.py                    | 131 ----------
networking_sfc/cli/port_pair_group.py              | 199 ---------------
networking_sfc/db/sfc_db.py                        |   2 +
networking_sfc/policies/base.py                    |  17 --
networking_sfc/policies/flow_classifier.py         |   3 +-
networking_sfc/policies/port_chain.py              |   3 +-
networking_sfc/policies/port_pair.py               |   3 +-
networking_sfc/policies/port_pair_group.py         |   3 +-
networking_sfc/policies/service_graph.py           |   3 +-
releasenotes/source/2023.1.rst                     |   6 +
releasenotes/source/index.rst                      |   2 +
releasenotes/source/zed.rst                        |   6 +
requirements.txt                                   |   4 +-
setup.cfg                                          |   5 -
zuul.d/jobs.yaml                                   |   8 +-
zuul.d/project.yaml                                |   2 +-
zuul.d/projects.yaml                               |  10 +-
27 files changed, 45 insertions(+), 1529 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a604b9a..6410202 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ netaddr>=0.7.18 # BSD
-python-neutronclient>=6.7.0 # Apache-2.0
+python-neutronclient>=10.0.0 # Apache-2.0
@@ -23 +23 @@ neutron-lib>=2.19.0 # Apache-2.0
-neutron>=17.0.0 # Apache-2.0
+neutron>=23.0.0.0b2 # Apache-2.0






More information about the Release-announce mailing list