From a5327dd5197eafb1ce42179148a72008e5254430 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 11 Nov 2025 20:27:14 -0600 Subject: [PATCH] fix(cinder): populate default nova and service credentials Add default nova and service credentials so that cinder can communicate to nova to confirm volumes are not in use. --- components/openstack/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/openstack/values.yaml b/components/openstack/values.yaml index 39f7657d3..cb95cd3f0 100644 --- a/components/openstack/values.yaml +++ b/components/openstack/values.yaml @@ -82,7 +82,12 @@ keystoneServiceUsers: - usage: admin remoteRef: *keystone_admin - usage: user - remoteRef: "cinder-keystone-password" + remoteRef: &cinder_svc "cinder-keystone-password" + - usage: nova + remoteRef: *cinder_svc + - usage: service + remoteRef: *cinder_svc + section: service_user glance: - usage: admin remoteRef: *keystone_admin