Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 1, 2025

This PR contains a snapshot of 2024.1 from upstream stable/2024.1.

m-hiner and others added 9 commits September 12, 2024 08:59
Fixes issue in PodmanWorker where it didn't set KOLLA_SERVICE_NAME
environment variable when creating new container.
Additionally, two methods were moved from DockerWorker
to ContainerWorker as they are applicable to both engines.

Closes-Bug: #2078940
Change-Id: I273444fc828678d3c6803bce1bc8db1c5366b9b6
Signed-off-by: Martin Hiner <[email protected]>
(cherry picked from commit e0fbbab)
This patch is just fixing ironic's configuration when
ironic's prometheus exporter is turned on. More in
documentation here [1].

[1] https://docs.openstack.org/ironic-prometheus-exporter/latest/configuration.html

Closes-Bug: #2097096
https://review.opendev.org/c/openstack/kolla/+/963258
Signed-off-by: Serhat Rıfat Demircan <[email protected]>
Change-Id: I360f2b7118731554d8fc81cb192809e605b627fc
(cherry picked from commit 55fd5a0)
Signed-off-by: Maksim Malchuk <[email protected]>
It stopped working with docker-ce >= 29.0.0 and has proven
to be problematic in the past

Fix other CI failures as well - remove py38 job
and use py3.12 in Rocky for OpenStack clients venv

Change-Id: I9a3d8d3dd268b7bb098b8e87d22b11e4ef0c72e9
Signed-off-by: Michal Nasiadka <[email protected]>
(cherry picked from commit 5ba334c)
Change-Id: I2fa3732279506017b4199935efe4acc169655ee4
Signed-off-by: Michal Nasiadka <[email protected]>
Horizon uses Django's PyMemcacheCache backend
to store session data.

When one of the Memcached nodes becomes unavailable,
Django raises an exception during session access,
causing Horizon to return HTTP 500 errors.

This patch adds 'ignore_exc': True to the cache OPTIONS
to make Django treat such errors as cache misses
instead of crashing.

This improves Horizon stability in high-availability
setups with multiple Memcached nodes.

Closes-Bug: #2106557
Change-Id: If8873eaec35c4d2e5b13cdb8bcefb96230c59b51
Signed-off-by: Michal Arbet <[email protected]>
(cherry picked from commit 49e64cd)
Change-Id: I0c814d637ef6a7306620964246c1fae8165b6e7e
Signed-off-by: Michal Nasiadka <[email protected]>
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Dec 1, 2025
@github-actions github-actions bot requested a review from a team as a code owner December 1, 2025 06:23
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Dec 1, 2025
@priteau priteau closed this Dec 1, 2025
@priteau priteau reopened this Dec 1, 2025
@priteau priteau enabled auto-merge December 1, 2025 08:58
@priteau priteau merged commit 5e6f3be into stackhpc/2024.1 Dec 1, 2025
3 checks passed
@priteau priteau deleted the upstream/2024.1-2025-12-01 branch December 1, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated action performed by GitHub Actions synchronisation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants