Skip to content

Commit

Permalink
Use service_domain in [service_user] section (#813)
Browse files Browse the repository at this point in the history
The keystone charm currently creates two service users, one for the
service domain (for v3 authentication), and the other for the default
domain (for v2 authentication).

This patch updates the [service_user] config to use the service
domain.

Closes-Bug: #2026202
  • Loading branch information
coreycb authored Jul 6, 2023
1 parent 996f241 commit 6ce46a3
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 6ce46a3

Please sign in to comment.