Skip to content

Commit cdef202

Browse files
authored
Merge pull request #1391 from rackerlabs/cinder-nova-creds
fix(cinder): populate default nova and service credentials
2 parents a709d9d + a5327dd commit cdef202

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/openstack/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,12 @@ keystoneServiceUsers:
8282
- usage: admin
8383
remoteRef: *keystone_admin
8484
- usage: user
85-
remoteRef: "cinder-keystone-password"
85+
remoteRef: &cinder_svc "cinder-keystone-password"
86+
- usage: nova
87+
remoteRef: *cinder_svc
88+
- usage: service
89+
remoteRef: *cinder_svc
90+
section: service_user
8691
glance:
8792
- usage: admin
8893
remoteRef: *keystone_admin

0 commit comments

Comments
 (0)