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
This commit is contained in:
Takashi Kajinami 2019-08-21 10:27:37 +09:00
parent 13c6dc16a9
commit 7af154beb6

View File

@ -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'