Skip to content

Commit e127ca1

Browse files
committed
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 <volume-id>
1 parent 76894ad commit e127ca1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ kolla_image_tags:
99
blazar:
1010
rocky-9: 2024.1-rocky-9-20241125T093138
1111
ubuntu-jammy: 2024.1-ubuntu-jammy-20241125T093138
12+
cinder:
13+
rocky-9: 2024.1-rocky-9-20241204T081836
14+
ubuntu-jammy: 2024.1-ubuntu-jammy-20241204T081836
1215
heat:
1316
rocky-9: 2024.1-rocky-9-20240805T142526
1417
nova:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Updates Cinder container images to fix `bug 1823445
5+
<https://bugs.launchpad.net/cinder/+bug/1823445>`__
6+
(``cinder.exception.MetadataCopyFailure``).

0 commit comments

Comments
 (0)