networking-sfc:stable/2023.1

Last commit made on 2023-03-01
Get this branch:
git clone -b stable/2023.1 https://git.launchpad.net/networking-sfc

Branch merges

Branch information

Name:
stable/2023.1
Repository:
lp:networking-sfc

Recent commits

a93b4de... by OpenStack Release Bot <email address hidden>

Update TOX_CONSTRAINTS_FILE for stable/2023.1

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ic8ccbb58a42e60dc95a8a10519b6e5052f4d46ca

9e0e8bd... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/2023.1

Change-Id: Id65416c41dfefad58adda8e0502f5a22f21d8060

9d3ef7e... by Zuul <email address hidden>

Merge "CI: Add oslo and sqlalchemy master jobs to periodic weekly queue"

ab29638... by elajkat <email address hidden>

CI: Add oslo and sqlalchemy master jobs to periodic weekly queue

Add openstack-tox-py310-with-oslo-master and
openstack-tox-py310-with-sqlalchemy-master jobs to periodic weekly
queue, and change py39 jobs to py310 in the same queue.

Depends-On: https://review.opendev.org/c/openstack/networking-sfc/+/872641
Related-Bug: #2004265
Change-Id: Id05249d5a10fbe0c80231fc23c70196897d14850

8ae33cf... by elajkat <email address hidden>

Register service cfg options from Neutron

With [1] some services need to register SERVICE_OPTS, to have
cfg options registered like rpc_workers.

[1]: https://review.opendev.org/c/openstack/neutron/+/823637

Related-Bug: #1889737
Related-Bug: #1992352
Change-Id: I5d4cd7020ec119bc76df0f62d745a4381e55979a

541be2e... by elajkat <email address hidden>

tox4: Add ignore_basepython_conflict = True to tox.ini

With latest tox (>4.0.15) python version conflicted with base
python. Adding ignore_basepython_conflict = True solves this
issue.

Change-Id: I45b07cd9a7c29be1b579d0def64e2235336a9244

16f631d... by Rodolfo Alonso

Fix tox.ini for tox4

Use allowlist_externals instead of whitelist_externals.
Execute shell script with bash.

Change-Id: If9ff4ea25c55991eff51f62d2314f9ba76b8a15d

aa1dbcd... by Slawek Kaplonski

Remove note about migration from lib/neutron-legacy to lib/neutron

In [1] we finally got rid of the unfinished lib/neutron module and kept
only lib/neutron-legacy. It's renamed to lib/neutron now and it's the
only neutron related module in Devstack.
So this patch removes left over todo comments about things to do when
migration to the new lib/neutron module will be finished.

[1] https://review.opendev.org/c/openstack/devstack/+/865014

Change-Id: I54ff765d1f839232c85ab01556be03d95f135bd5

f3de080... by elajkat <email address hidden>

Cleanup tox.ini

For details see the mail:
https://lists.openstack.org/pipermail/openstack-discuss/2022-November/031343.html

Change-Id: I00afb790b8ec9a9ef177d12bec3e6be4b4ea992b

021f273... by elajkat <email address hidden>

Adopt to latest VlanManager and functional job changes

The work for making routed networks work with multiple segments per
host, introduced new signature for VlanManager.get, requesting
segmentation_id, make networking_sfc code compatible with it.

Adopt dsvm-functional target name as [0] changed in Neutron, so the new
name of the target is dsvm-functional-gate.

[0]: https://review.opendev.org/c/openstack/neutron/+/856262

Change-Id: I29173dba9cd0f5b16a05f80d6ade7ec522ca0299
Related-Bug: #1956435
Related-Bug: #1764738