From ec281fa3cab8c0e6cf2c59f97a934b75298ec5df Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sat, 15 Oct 2016 10:59:20 -0400 Subject: [PATCH] Specify auth_url in aodh::auth Currently we are not setting the auth_url in aodh::auth. This patch set this parameter to the right keystone versionless keystone endpoint. Change-Id: Ib533c0618e13e5a7c4b2fb4f6d09cfcb1b0237d9 Closes-Bug: 1633502 (cherry picked from commit fc41ba476412e5118b92a6741f950026bdaab438) --- packstack/puppet/modules/packstack/manifests/aodh.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packstack/puppet/modules/packstack/manifests/aodh.pp b/packstack/puppet/modules/packstack/manifests/aodh.pp index 9cdd1bc58..97f691649 100644 --- a/packstack/puppet/modules/packstack/manifests/aodh.pp +++ b/packstack/puppet/modules/packstack/manifests/aodh.pp @@ -29,6 +29,7 @@ class packstack::aodh () class { '::aodh::auth': auth_password => hiera('CONFIG_AODH_KS_PW'), + auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'), } class { '::aodh::evaluator': coordination_url => $coordination_url,