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:
@@ -29,6 +29,7 @@ class packstack::aodh ()
|
|||||||
|
|
||||||
class { '::aodh::auth':
|
class { '::aodh::auth':
|
||||||
auth_password => hiera('CONFIG_AODH_KS_PW'),
|
auth_password => hiera('CONFIG_AODH_KS_PW'),
|
||||||
|
auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'),
|
||||||
}
|
}
|
||||||
class { '::aodh::evaluator':
|
class { '::aodh::evaluator':
|
||||||
coordination_url => $coordination_url,
|
coordination_url => $coordination_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user