This is a feature request. Please back port to the Kilo packages. Can you please add a hourly token flush cronjob script to the keystone package like seen in other distributions? At the moment we manually add this cronjob in the installation guide with the following command: # (crontab -l -u keystone 2>&1 | grep -q token_flush) || \ echo '@hourly /usr/bin/keystone-manage token_flush > /var/log/keystone/keystone-tokenflush.log 2>&1' \ >> /var/spool/cron/keystone It would be nice to be able to remove this command for RDO, it is only necessary with RDO at the moment.
IIRC Packstack installer might be adding that cron job but agreed, it makes sense in the package.
Yes, it is part of Packstack at the moment. Has to be removed there when adding it to the package. https://github.com/stackforge/packstack/blob/master/packstack/puppet/templates/keystone.pp#L116-L127
As far as I can remember, this job is supposed to run every minute (not every hour).
See also bug 1173970 which is currently ON_QA so hoopefully we'll be able to verify it soon.
This is killing OSP-d. Please fix post haste.
This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.