networking-sfc:stable/2025.1

Last commit made on 2025-03-14
Get this branch:
git clone -b stable/2025.1 https://git.launchpad.net/networking-sfc

Branch merges

Branch information

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

Recent commits

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

Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.1 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I816619a80f114e9b846b0cfa5d291c8b1dae67ff

36bbca5... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/2025.1

Change-Id: If8e1a15a466b874906386ed426c6fc2bfd3782fa

8f4e780... by Ke Niu

remove unicode prefix from code

All strings are considered as unicode string from Python 3.

This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.

Change-Id: I73b566f35bf30cc9e8b4124c357b1470233d6ec1

8a7e2e3... by Takashi Kajinami

Update default envlist

Python 3.8 support was already removed so it should no longer be in
the default envlist. Also use unversioned target instead of versioned
ones so that we don't have to update the envlist when supported python
versions are updated.

Change-Id: I365428cb827b0ead54b179fe3c96f0176e55679a

ec31967... by elajkat <email address hidden>

pep8: Issue on Noble (U. 24.04) with pylint

Use pylint 3.2.0 on Noble.

Change-Id: Ia893cd23f3d0ca3e5ef572de3968c64aba8c3499

f5fd80d... by elajkat <email address hidden>

tests: test_db_base_plugin_v2.py was moved to common

In [1] test_db_base_plugin_v2.py was moved to tests/common
let's adapt to it.

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

Change-Id: I5fdad31a62c3a64fd42fa74b359691283dc7bf53

43b8889... by OpenStack Release Bot <email address hidden>

reno: Update master for unmaintained/2023.1

Update the 2023.1 release notes configuration to build from
unmaintained/2023.1.

Change-Id: Ia33cd867b4335d06c6bb6502c49aa4b9cc3bdb96

4abbc90... by Rodolfo Alonso

Fix reference to ``TestModelsMigrations`` class

Since [1], there is one single test migration class in Neutron
that uses MySQL only.

This patch is also removing the functional tests using PostgreSQL.

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

Change-Id: Iae470beccb7f919e56003c7dd36227e80f92c5d3

6a39696... by Takashi Kajinami

Bump actual minimum python version

Python 3.8 was removed from the tested runtimes for 2024.2[1] and has
not been tested since then. Bump the minimum version to avoid being
installed in Python 3.8 .

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: I42a19f170757e4f649f36ed8cb6111c2105ef633

57d7991... by Zuul <email address hidden>

Merge "Update jobs based on testing runtime for 2025.1"