Use the project_name from the identity_service

Currently the template hardcodes the `project_name` to `services`
which is not necessarily correct. Instead the template should use the
`identity_service.service_tenant`.

Closes-Bug: #1908945
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
Change-Id: Idd2a7c436f5448505bdfe5a53738a8e2071ed272
This commit is contained in:
Nicolas Bock 2020-12-23 10:25:48 -07:00
parent 0a24820971
commit 91e6caf3be
No known key found for this signature in database
GPG Key ID: 1E5A54DDA2B55A77
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ user_domain_name = {{ identity_service.service_domain }}
project_domain_name = default
user_domain_name = default
{% endif -%}
project_name = services
project_name = {{ identity_service.service_tenant }}
username = {{ identity_service.service_username }}
password = {{ identity_service.service_password }}
{% if identity_service.signing_dir -%}