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
This commit is contained in:
yatinkarel 2020-07-28 12:31:31 +05:30
parent 2f3a71ff4f
commit 316862acdf
1 changed files with 0 additions and 6 deletions

View File

@ -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'),
}
}