Correct panko auth region

panko::auth::auth_region is hardcoded to use 'regionOne', making the
keystone region incorrect if someone alters it with a custom template.

This patch corrects this behaviour, utilizing KeystoneRegion.

Change-Id: I9c6b6e9ff098956bf640b88717da45fc1fd6a707
Closes-Bug: 1742201
Related-Bug: BZ1525729
This commit is contained in:
David J Peacock 2018-01-09 12:05:25 -05:00
parent f25c430f11
commit 5f3e82c41c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ outputs:
panko::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
panko::keystone::authtoken::auth_url: { get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
panko::auth::auth_password: {get_param: PankoPassword}
panko::auth::auth_region: 'regionOne'
panko::auth::auth_region: {get_param: KeystoneRegion}
panko::auth::auth_tenant_name: 'service'
service_config_settings:
keystone: