Skip to content

Commit 2a19fe3

Browse files
committed
fix(openstack): default a service account for cinder from nova
1 parent 2a93f5d commit 2a19fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/openstack/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ keystoneServiceUsers:
9898
remoteRef: *keystone_admin
9999
- usage: user
100100
remoteRef: &nova_svc "nova-keystone-password"
101+
- usage: cinder
102+
remoteRef: *nova_svc
101103
- usage: ironic
102104
remoteRef: *nova_svc
103105
project_domain_name: infra

0 commit comments

Comments
 (0)