Skip to content

Commit

Permalink
Merge pull request #816 from coreycb/yoga-use-service-domain
Browse files Browse the repository at this point in the history
[stable/yoga] Use service_domain in [service_user] section
  • Loading branch information
wolsen authored Jul 6, 2023
2 parents 32772ff + 4ca4691 commit 9c4b15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmhelpers/contrib/openstack/templates/section-service-user
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
send_service_user_token = true
auth_type = password
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
project_domain_id = default
user_domain_id = default
project_domain_name = service_domain
user_domain_name = service_domain
project_name = {{ admin_tenant_name }}
username = {{ admin_user }}
password = {{ admin_password }}
Expand Down

0 comments on commit 9c4b15a

Please sign in to comment.