Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ kolla_image_tags:
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
ubuntu-noble: 2024.1-ubuntu-noble-20250627T102805
glance:
ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T103134
rocky-9: 2024.1-rocky-9-20250903T130503
ubuntu-jammy: 2024.1-ubuntu-jammy-20250903T130503
ubuntu-noble: 2024.1-ubuntu-noble-20250903T130503
horizon:
ubuntu-jammy: 2024.1-ubuntu-jammy-20250227T091118
ironic:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ kolla_build_customizations_common:
- /additions/*
glance_base_pip_packages_override:
- "/glance"
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3"
- "glance_store[cinder,vmware,swift,s3]@git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.6"
ironic_inspector_pip_packages_append:
- /additions/*
magnum_base_pip_packages_override:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Updates Glance image to provide a way to force multipart upload to S3
backends. `LP#2043740 <https://bugs.launchpad.net/cinder/+bug/2043740>`__.
Loading