Replace deprecated aodh::auth

The aodh::auth class was deprecated in favor of the new
aodh::service_credentials class.

Depends-on: https://review.opendev.org/772694
Change-Id: I51902dfef6653f96555bb9a8c994064eb9b4ae78
This commit is contained in:
Takashi Kajinami 2021-04-30 18:00:12 +09:00 committed by Javier Peña
parent e11676c125
commit e1f1579d26
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@ class packstack::aodh ()
ssl => false ssl => false
} }
class { '::aodh::auth': class { '::aodh::service_credentials':
auth_password => hiera('CONFIG_AODH_KS_PW'), password => hiera('CONFIG_AODH_KS_PW'),
auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'), auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'),
region_name => hiera('CONFIG_KEYSTONE_REGION'),
} }
class { '::aodh::evaluator': class { '::aodh::evaluator':
coordination_url => $coordination_url, coordination_url => $coordination_url,