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:
David Moreau Simard
2016-02-29 13:49:33 -05:00
parent f5c884883a
commit 41cad64fc1

View File

@@ -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':