diff options
author | Keith Schincke <keith.schincke@gmail.com> | 2017-04-17 17:37:04 -0400 |
---|---|---|
committer | Keith Schincke <keith.schincke@gmail.com> | 2017-04-17 17:37:04 -0400 |
commit | 7f42098c3a4df00ff755b48efbb623ef127ec2c6 (patch) | |
tree | c228012ceb63d5a6550c6bc91eaa1afc64ce94b5 /puppet/services | |
parent | 29545646feafeb1c5eef5fd3ae096625834e852a (diff) |
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
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/aodh-base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/aodh-base.yaml b/puppet/services/aodh-base.yaml index 48a2aecd..5b78e28b 100644 --- a/puppet/services/aodh-base.yaml +++ b/puppet/services/aodh-base.yaml @@ -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: |