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
This commit is contained in:
Alfredo Moralejo 2016-10-15 10:59:20 -04:00
parent 65c0c914a3
commit fc41ba4764
1 changed files with 1 additions and 0 deletions

View File

@ -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,