forked from openstack/kolla-ansible
-
Notifications
You must be signed in to change notification settings - Fork 5
Synchronise 2024.1 with upstream #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
priteau
approved these changes
Dec 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of 2024.1 from upstream stable/2024.1.