Add service_type to keystone template

Related-Bug: #1965967
Change-Id: I7c27d404b042eb2bef09e25ca24ac9c093709172
This commit is contained in:
Edward Hope-Morley 2022-03-23 15:23:29 +00:00
parent 3fa6597d17
commit e0f700eacb
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ user_domain_name = default
project_name = {{ identity_service.service_tenant }}
username = {{ identity_service.service_username }}
password = {{ identity_service.service_password }}
{% if identity_service.service_type -%}
service_type = {{ identity_service.service_type }}
{% endif -%}
{% if identity_service.signing_dir -%}
signing_dir = {{ identity_service.signing_dir }}
{% endif -%}