Synchronise master with upstream#869
Merged
Alex-Welsh merged 14 commits intostackhpc/masterfrom May 5, 2026
Merged
Conversation
The Password rotation docs page had a warning that the guide relied on "recent changes" to Kolla Ansible. The changes have now existed for over a year, so the warning is not needed. Change-Id: I0706de976f5184a91977c11897524a6cd48d0b1c
This was renamed upstream, and the default config path has also been amended [1]. [1] https://github.com/openstack-k8s-operators/openstack-network-exporter#configuration Depends-on: Id30cab4e4bbac470f33354870fd941c3ea17815c Change-Id: I35b3bb10aec18a9377515e8c04d2542e712c0f12 Signed-off-by: Doug Szumski <doug@stackhpc.com>
Change-Id: I9a7ba73ed499dd5edeea5f8fec6a4aef72d026cb Signed-off-by: Bertrand Lanson <bertrand.lanson@infomaniak.com>
When using multipathd - nova-compute errors out with nonexisting /etc/multipath.conf - let's copy it in Closes-Bug: #2100614 Change-Id: I52716276ab58df57180dc5dec9d7ef1c537d7e8d Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
When fanout queues are set to be RabbitMQ stream, number of ready messages in stream queues grow large. This is because retention policy of stream is only applied when stream segments hit the maximum size. This change make the maximum size of RabbitMQ stream segment and the retention time configurable by new variables ``rabbitmq_stream_max_segment_size_bytes`` and ``rabbitmq_stream_segment_max_age`` respectively. NOTE: These are only applied when ``om_enable_rabbitmq_stream_fanout`` is set to ``true``. Change-Id: Iade5e525f0de8981a0e03e3340ad7552c2f40121 Signed-off-by: Seunghun Lee <seunghun@stackhpc.com>
Zun is broken in 2026.1, it has been released broken and there are no reviews on the patch to fix it [1]. [1]: https://review.opendev.org/c/openstack/zun/+/982362 Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/986150 Change-Id: I8ced621754d03c44b7672dd94fc3d7d2173ac734 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Without that it ends up as .log or some other Python frozenset.log Change-Id: I3a6e2541aab07f822402f0b5fca96f8aba7e2f4a Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Alex-Welsh
approved these changes
May 5, 2026
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
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 master from upstream master.