Remove usage of the keystone client class

The class was deprecated long time ago and removed
recently [1]

[1] f271472b4824cdad1d0939c7c2d3a68556d1467d

Change-Id: I0b4a08516d93cbb8bb62551e629ccdcf04ca62c1
This commit is contained in:
Joel Capitao 2025-01-06 14:22:50 +01:00
parent 336a25b3e0
commit 8588829b4a

View File

@ -6,8 +6,6 @@ class packstack::keystone ()
$keystone_url = regsubst(regsubst(lookup('CONFIG_KEYSTONE_PUBLIC_URL'),'/v2.0',''),'/v3','')
$keystone_admin_url = lookup('CONFIG_KEYSTONE_ADMIN_URL')
class { 'keystone::client': }
if lookup('CONFIG_KEYSTONE_FERNET_TOKEN_ROTATE_ENABLE', undef, undef, false) {
class { 'keystone::cron::fernet_rotate':
require => Service['crond'],