Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion components/openstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading