Skip to content

Commit 183544d

Browse files
authored
Merge pull request #1861 from stackhpc/bug/2043740
Rebuild glance image to address bug 2043740
2 parents d53541f + bc3f340 commit 183544d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ kolla_image_tags:
3434
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
3535
ubuntu-noble: 2024.1-ubuntu-noble-20250627T102805
3636
glance:
37-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T103134
37+
rocky-9: 2024.1-rocky-9-20250903T130503
38+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250903T130503
39+
ubuntu-noble: 2024.1-ubuntu-noble-20250903T130503
3840
horizon:
3941
ubuntu-jammy: 2024.1-ubuntu-jammy-20250227T091118
4042
ironic:

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ kolla_build_customizations_common:
403403
- /additions/*
404404
glance_base_pip_packages_override:
405405
- "/glance"
406-
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
406+
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.6"
407407
ironic_inspector_pip_packages_append:
408408
- /additions/*
409409
magnum_base_pip_packages_override:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Updates Glance image to provide a way to force multipart upload to S3
5+
backends. `LP#2043740 <https://bugs.launchpad.net/cinder/+bug/2043740>`__.

0 commit comments

Comments
 (0)