Skip to content

Commit

Permalink
Merge pull request #544 from fmount/conf_cleanup
Browse files Browse the repository at this point in the history
Add default value for domain_id
  • Loading branch information
openshift-merge-bot[bot] authored May 31, 2024
2 parents 19097a5 + 72d5f07 commit a4f3da7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/common/config/00-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ auth_type = password
username={{ .ServiceUser }}
password = {{ .ServicePassword }}
system_scope = all
{{ if (index . "DomainID") -}}
user_domain_id = {{ .DomainID }}
{{ end -}}
user_domain_id = default
{{ if (index . "EndpointID") -}}
endpoint_id = {{ .EndpointID }}
{{ end -}}
Expand Down

0 comments on commit a4f3da7

Please sign in to comment.