From 91e6caf3be764d117d07be5dbf5927b847284e49 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Wed, 23 Dec 2020 10:25:48 -0700 Subject: [PATCH] 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 Change-Id: Idd2a7c436f5448505bdfe5a53738a8e2071ed272 --- templates/parts/section-keystone-authtoken | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/parts/section-keystone-authtoken b/templates/parts/section-keystone-authtoken index dffe478..b8e5dec 100644 --- a/templates/parts/section-keystone-authtoken +++ b/templates/parts/section-keystone-authtoken @@ -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 -%}