aodh-base.yaml uses a hard coded keystone region name

aodh::auth::auth_region in aodh-base.yaml is hardcoded to regionOne
instead of using the available KeystoneRegion

Change-Id: I521b7e226675062225085e1d5f0296e53b152e81
(cherry picked from commit 7f42098c3a)
This commit is contained in:
Keith Schincke 2017-04-17 17:37:04 -04:00 committed by Pradeep Kilambi
parent 04dad02d73
commit 535fd68034
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ outputs:
aodh::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] }
aodh::keystone::authtoken::auth_url: { get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix] }
aodh::auth::auth_password: {get_param: AodhPassword}
aodh::auth::auth_region: 'regionOne'
aodh::auth::auth_region: {get_param: KeystoneRegion}
aodh::auth::auth_tenant_name: 'service'
service_config_settings:
keystone: