Skip to content

Commit dd0d76f

Browse files
committed
Fix Cinder with NetApp ONTAP and self-signed certs
This fixes compatibility between Cinder and NetApp ONTAP when the storage backend is deployed using self-signed certificates.
1 parent 6b53934 commit dd0d76f

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ kolla_image_tags:
1818
# not buildable anymore, see https://github.com/openstack/kolla/commit/34ca6e35c94ddba1e47722718f3fc81a1f03e28a
1919
rocky-9: 2024.1-rocky-9-20250716T041633
2020
cinder:
21-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
22-
ubuntu-noble: 2024.1-ubuntu-noble-20250627T102805
21+
rocky-9: 2024.1-rocky-9-20260706T131730
22+
ubuntu-jammy: 2024.1-ubuntu-jammy-20260706T131730
23+
ubuntu-noble: 2024.1-ubuntu-noble-20260706T131730
2324
cloudkitty:
2425
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
2526
ubuntu-noble: 2024.1-ubuntu-noble-20250627T102805

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ kolla_sources:
131131
type: git
132132
location: https://github.com/stackhpc/bifrost.git
133133
reference: stackhpc/{{ openstack_release }}
134+
cinder-base:
135+
type: git
136+
location: https://github.com/stackhpc/cinder.git
137+
reference: stackhpc/{{ openstack_release }}
134138
cloudkitty-base:
135139
type: git
136140
location: https://github.com/stackhpc/cloudkitty.git
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Updates Cinder container images to resolve compatibility with NetApp ONTAP
5+
when using self-signed certificates.

0 commit comments

Comments
 (0)