diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index ffec531de..d145c068e 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -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: diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 5d0ed50e6..4b6c43bcc 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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: diff --git a/releasenotes/notes/glance-s3-multipart-bug-2043740-e7a122a6453c45e4.yaml b/releasenotes/notes/glance-s3-multipart-bug-2043740-e7a122a6453c45e4.yaml new file mode 100644 index 000000000..0efc34916 --- /dev/null +++ b/releasenotes/notes/glance-s3-multipart-bug-2043740-e7a122a6453c45e4.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Updates Glance image to provide a way to force multipart upload to S3 + backends. `LP#2043740 `__.