Merge "Replace deprecated ceilometer::agent::auth"

This commit is contained in:
Zuul 2021-05-03 05:11:28 +00:00 committed by Gerrit Code Review
commit e68e0e8232
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@ class packstack::ceilometer ()
event_pipeline_publishers => ['gnocchi://', 'panko://'], event_pipeline_publishers => ['gnocchi://', 'panko://'],
} }
class { '::ceilometer::agent::auth': class { '::ceilometer::agent::service_credentials':
auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'), auth_url => hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'),
auth_password => hiera('CONFIG_CEILOMETER_KS_PW'), password => hiera('CONFIG_CEILOMETER_KS_PW'),
auth_region => hiera('CONFIG_KEYSTONE_REGION'), region_name => hiera('CONFIG_KEYSTONE_REGION'),
} }
class { '::ceilometer::agent::polling': class { '::ceilometer::agent::polling':