diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-07 00:50:22 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-07 00:50:22 +0000 |
commit | 6725d14e8ab669f1d5244fcda0a4945c561aa935 (patch) | |
tree | 5730e5906f71a48149e4e83d69e5973b65de8f77 | |
parent | eddbf5be587cff2cfb03a982e9e69476a860dad2 (diff) | |
parent | f34bd73524fd5a89cbb806f67d179eb861ee2ca3 (diff) |
Merge "Fix aodh auth url to remove suffix"
-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 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} |