Debian Patches
Status for python-glance-store/5.4.0-4
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| Fix_Swift_download_failure_when_retry_count_is_None.patch | Fix Swift download failure when retry count is None Glance failed to download image data from Swift when swift_store_retry_get_count is None, because the code compared None with an integer and raised a TypeError. This change normalizes the retry count to 0 before comparisons in the Swift store, so downloads work even when the option is not set. diff --git a/glance_store/_drivers/swift/store.py b/glance_store/_drivers/swift/store.py index ab4db0a..58621ff 100644 |
Abhishek Kekane <akekane@redhat.com> | yes | upstream | upstream, https://review.opendev.org/c/openstack/glance_store/+/982221 | 2026-03-26 |
