In later releases service_domain not default.

Update template to specify the domain for the credentials to use
as it may not be default.

Change-Id: I31a6d19a727ab62eb5b9a04ee91edb36ffb08166
This commit is contained in:
Liam Young 2018-09-11 11:17:03 +00:00
parent 3039c05c9c
commit 678631cd8f
1 changed files with 5 additions and 0 deletions

View File

@ -148,8 +148,13 @@ ovs_bridge = alubr0
{% if auth_host -%}
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}
auth_type = password
{% if admin_domain_name -%}
project_domain_name = {{ admin_domain_name }}
user_domain_name = {{ admin_domain_name }}
{% else -%}
project_domain_name = default
user_domain_name = default
{% endif -%}
project_name = {{ admin_tenant_name }}
username = {{ admin_user }}
password = {{ admin_password }}