aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-07 00:50:22 +0000
committerGerrit Code Review <review@openstack.org>2016-09-07 00:50:22 +0000
commit6725d14e8ab669f1d5244fcda0a4945c561aa935 (patch)
tree5730e5906f71a48149e4e83d69e5973b65de8f77 /puppet
parenteddbf5be587cff2cfb03a982e9e69476a860dad2 (diff)
parentf34bd73524fd5a89cbb806f67d179eb861ee2ca3 (diff)
Merge "Fix aodh auth url to remove suffix"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/aodh-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/aodh-base.yaml b/puppet/services/aodh-base.yaml
index 15f81953..187345ad 100644
--- a/puppet/services/aodh-base.yaml
+++ b/puppet/services/aodh-base.yaml
@@ -77,7 +77,7 @@ outputs:
- {get_param: [EndpointMap, MysqlInternal, host]}
- '/aodh'
aodh::debug: {get_param: Debug}
- aodh::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri] }
+ aodh::auth::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix] }
aodh::rabbit_userid: {get_param: RabbitUserName}
aodh::rabbit_password: {get_param: RabbitPassword}
aodh::rabbit_use_ssl: {get_param: RabbitClientUseSSL}