Synchronise 2025.1 with upstream - #21
Merged
Merged
Conversation
The container driver's docker image was hosted as a tarball on a personal GitHub account since 2016. Switch to pulling from quay.io/openstack-manila where the image is published by manila-image-elements CI. Also fix import_docker_service_image_ubuntu to handle file:// URLs (copy to $FILES before gunzip) and registry references (docker pull + tag). Change-Id: I6106959f0f2dc894b66f1a2c7b5c4a567fdf72a3 Partial-Bug: #2160440 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com> (cherry picked from commit 1334dc1) (cherry picked from commit 9785694) (cherry picked from commit 1dd8992)
The resource locks mechanism allows filtering locks by project UUIDs. This feature is helpful for identifying the locks and letting their users and/or administrators to quickly filter. However, in the current code path, we were allowing unauthorized cross-project visibility into resource locks data for users that were not members, admin or readers of a given project. This change fixes this issue by adding a check to ensure whether the user has authorization to look up resource locks in the project they are supplying as part of the query. Closes-Bug: #2161287 Change-Id: I03eebf6bb951583378340365dbf69122f124ffc8 Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com> (cherry picked from commit 8119570)
The LOG.error call was passing the string literal "exc" instead of the exc variable, causing error logs to never show the actual failure reason from a previous share-create attempt. Closes-Bug: #2161592 Change-Id: Ic2d35329f071986d0264ff62be55c8cada31954c Signed-off-by: sakumbha <sakumbha@redhat.com> (cherry picked from commit aeeb082) (cherry picked from commit 8f68924) (cherry picked from commit 5d77072)
According to [1], all the grenade jobs testing an upgrade to 2025.1 should stop. We're also temporarily converting the LVM driver job to non-voting due to an unrelated bug in the gate. We'll get these voting again shortly [2] [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/O6BSP3MDWOL7JQL7PN3LSBITIQ6MNUQX/ [2] https://review.opendev.org/c/openstack/manila/+/999499 Change-Id: Ieb1da688f01b3a4f5f50a0b234b684a7727b731b Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
Quagga is no longer available on Ubuntu 22.04+. Replace it with FRR (FRRouting), its maintained fork and drop-in replacement. Also fix BGP peering on single-host devstack by giving FRR a separate IPv6 address and using "bgp listen range" to accept connections from any address in the public subnet. Closes-Bug: #1998489 Change-Id: I189eaee03286dc7641537bb3548b4fcafdaed67e Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com> (cherry picked from commit b7037f1) (cherry picked from commit 0c23998) (cherry picked from commit ecfacdecd606ad9ab340dcdf666a1b595dca7d63)
priteau
approved these changes
Aug 11, 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 2025.1 from upstream stable/2025.1.