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

This commit is contained in:
Jenkins 2017-04-27 20:51:27 +00:00 committed by Gerrit Code Review
commit 48e1b90594
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ outputs:
aodh::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
aodh::keystone::authtoken::auth_url: { get_param: [EndpointMap, KeystoneInternal, 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: