From 7af154beb6b4428eeba7aa24eab0a5af9222413a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 21 Aug 2019 10:27:37 +0900 Subject: [PATCH] Add *_domain_name in authtoken configuration in Sahara This patch makes sure that we configure user_domain_name and project_domai_name in authtoken configuration in Sahara, as we configure these options in the other services. Change-Id: I047e63fd3d9577b153871a025eb44a07a8da4a33 --- deployment/sahara/sahara-base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/sahara/sahara-base.yaml b/deployment/sahara/sahara-base.yaml index c201fdc084..c1a65e75ee 100644 --- a/deployment/sahara/sahara-base.yaml +++ b/deployment/sahara/sahara-base.yaml @@ -97,3 +97,5 @@ outputs: sahara::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} sahara::keystone::authtoken::password: {get_param: SaharaPassword} sahara::keystone::authtoken::project_name: 'service' + sahara::keystone::authtoken::user_domain_name: 'Default' + sahara::keystone::authtoken::project_domain_name: 'Default'