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
This commit is contained in:
parent
378131096b
commit
30bf309c55
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user