From 30bf309c5560eedd60ecc6b7eb6fcd358351d56f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 11 Aug 2023 02:06:00 +0900 Subject: [PATCH] Drop deprecated keystone::client The class was used to install the keystoneclient package but the package no longer provides CLI. The openstackclient package is now installed by the keystone class, using the openstacklib::openstackclient class included, so we no longer have to include that deprecate class. Change-Id: I0085beb0487ecc25bcc29fdc1f7b2521ca67b61e --- manifests/keystone.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/keystone.pp b/manifests/keystone.pp index 68473f722..272dfb972 100644 --- a/manifests/keystone.pp +++ b/manifests/keystone.pp @@ -38,7 +38,6 @@ class openstack_integration::keystone ( Exec['update-ca-certificates'] ~> Service['httpd'] } - class { 'keystone::client': } class { 'keystone::cron::fernet_rotate': hour => '*', minute => '*/30',