From 1880ed3f13a3f46d0ecf5a2551118d197895aa1d Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 10 Dec 2024 16:37:04 +0100 Subject: [PATCH] Update Cinder container images to fix bug 1823445 This should fix the following issue: cinder.exception.MetadataCopyFailure: Failed to copy metadata to volume: Glance metadata cannot be updated, key signature_verified exists for volume id (cherry picked from commit e127ca13b6069dd289cc8c9a15cb050f8d5043a4) --- etc/kayobe/kolla-image-tags.yml | 3 ++- releasenotes/notes/cinder-bug-1823445-5d07997488bc2416.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/cinder-bug-1823445-5d07997488bc2416.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index b77463f11..d1a18bb8c 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -12,7 +12,8 @@ kolla_image_tags: rocky-9: 2023.1-rocky-9-20241107T140552 ubuntu-jammy: 2023.1-ubuntu-jammy-20241107T140552 cinder: - ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544 + rocky-9: 2023.1-rocky-9-20241210T151958 + ubuntu-jammy: 2023.1-ubuntu-jammy-20241210T151958 glance: ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544 haproxy_ssh: diff --git a/releasenotes/notes/cinder-bug-1823445-5d07997488bc2416.yaml b/releasenotes/notes/cinder-bug-1823445-5d07997488bc2416.yaml new file mode 100644 index 000000000..624d7624d --- /dev/null +++ b/releasenotes/notes/cinder-bug-1823445-5d07997488bc2416.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Updates Cinder container images to fix `bug 1823445 + `__ + (``cinder.exception.MetadataCopyFailure``).