Drop require on keystone user and group
https://review.openstack.org/#/c/195684/ dropped the support for managing the keystone user and groups. They are therefore no longer in the catalog and we can't have a dependency on them. Change-Id: Id16a77be2d850babb6e20a504dd78d35149b90eb
This commit is contained in:
@@ -22,7 +22,7 @@ class { '::keystone::client': }
|
||||
if hiera('CONFIG_KEYSTONE_DB_PURGE_ENABLE',false) {
|
||||
class { '::keystone::cron::token_flush':
|
||||
minute => '*/1',
|
||||
require => [Service['crond'], User['keystone'], Group['keystone']],
|
||||
require => Service['crond'],
|
||||
destination => '/dev/null',
|
||||
}
|
||||
service { 'crond':
|
||||
|
||||
Reference in New Issue
Block a user