Merge "Specify auth_url in aodh::auth" into stable/newton

This commit is contained in:
Jenkins 2016-10-18 00:48:18 +00:00 committed by Gerrit Code Review
commit 1be8238ffb
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,