From 316862acdf149f5660b3003be5a5d75288f8cc67 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 28 Jul 2020 12:31:31 +0530 Subject: [PATCH] Remove usage of ceilometer::keystone::authtoken The class was deprecated as ceilometer no longer provide api and is now removed with [1], cleanup it's usage from packstack too. [1] https://review.opendev.org/#/c/739304/ Change-Id: I79e93759300fb9ce302896ab287ef528a2d746f0 --- packstack/puppet/modules/packstack/manifests/ceilometer.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packstack/puppet/modules/packstack/manifests/ceilometer.pp b/packstack/puppet/modules/packstack/manifests/ceilometer.pp index a7c8d270d..b36b01b3b 100644 --- a/packstack/puppet/modules/packstack/manifests/ceilometer.pp +++ b/packstack/puppet/modules/packstack/manifests/ceilometer.pp @@ -53,10 +53,4 @@ class packstack::ceilometer () manage_polling => true, coordination_url => $coordination_url, } - - class { '::ceilometer::keystone::authtoken': - www_authenticate_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'), - auth_url => hiera('CONFIG_KEYSTONE_ADMIN_URL'), - password => hiera('CONFIG_CEILOMETER_KS_PW'), - } }