openstack-cyborg:stable/2025.1

Last commit made on 2025-02-12
Get this branch:
git clone -b stable/2025.1 https://git.launchpad.net/openstack-cyborg

Branch merges

Branch information

Name:
stable/2025.1
Repository:
lp:openstack-cyborg

Recent commits

314c979... by Zuul <email address hidden>

Merge "Replace deprecated configure_auth_token_middleware"

d2dd97c... by Zuul <email address hidden>

Merge "Remove six"

e4ba33a... by Takashi Kajinami

Remove six

Python 2 support was removed long time ago so we no longer need to use
six to maintain compatibility with Python 2.

Note that six is not listed in requirements now, and this effectively
removes the "hidden" dependency.

Change-Id: I5c2a599679d63b32c4a0ca1754b28f10a2f62dcc

5ed1ee1... by Zuul <email address hidden>

Merge "Update gate jobs as per the 2025.1 cycle testing runtime"

ff67fef... by Ghanshyam Maan

Update gate jobs as per the 2025.1 cycle testing runtime

As per 2025.1 testing runtime[1], we need to test on Ubuntu
Noble (which will be taken care by depends-on tempest and devstack
patches to move base jobs to Noble) and at least single job to run on
Ubuntu Jammy (for smooth upgrade from previous releases).

This commit adds a new job to run on Jammy which can be removed
in future cycle when testing runtime test next version of Ubuntu
as default.

Related-Bug: #2088355

Depends-On: https://review.opendev.org/c/openstack/cyborg-tempest-plugin/+/932948

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

Change-Id: Ia6de0b51fca309f2d56ae19def4ef76553504eca

c85a787... by Takashi Kajinami

Replace deprecated configure_auth_token_middleware

It was deprecated some years ago by [1].

[1] https://review.opendev.org/628651

Change-Id: I5ea3035c9b5b6fd6f648fe053e1494b486fbe762

66a55c2... by Ghanshyam Maan

Remove default override for config options policy_file

olso.policy 4.5.0[1] changed the config options policy_file
default value to 'policy.yaml', which means it is changed
for all the OpenStack services and they do not need to
override the default anymore.

NOTE: There is no change in behaviour here, oslo.policy provides
the same configuration that services have overridden till now.

[1] https://review.opendev.org/c/openstack/releases/+/934012
[2] https://review.opendev.org/c/openstack/requirements/+/934295

Change-Id: I9305cf04c00957e2874060ea5ceb56cddd22fe6b

1a3323f... by Zuul <email address hidden>

Merge "pci unify management"

5f896d2... by Wenping Song

pci unify management

bp pcie-unified-management
Change-Id: I2a285b61c4f41e999670715dfa2cef8c910467b9

Change-Id: Iaddcd2d5dfef987b3d11d30a76e2775c8e60ba38

90c711f... by Zuul <email address hidden>

Merge "Remove workaround for eventlet bug #592"