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:
parent
13c6dc16a9
commit
7af154beb6
@ -97,3 +97,5 @@ outputs:
|
|||||||
sahara::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
sahara::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
|
||||||
sahara::keystone::authtoken::password: {get_param: SaharaPassword}
|
sahara::keystone::authtoken::password: {get_param: SaharaPassword}
|
||||||
sahara::keystone::authtoken::project_name: 'service'
|
sahara::keystone::authtoken::project_name: 'service'
|
||||||
|
sahara::keystone::authtoken::user_domain_name: 'Default'
|
||||||
|
sahara::keystone::authtoken::project_domain_name: 'Default'
|
||||||
|
Loading…
Reference in New Issue
Block a user