Linux - Openstack clean keystone expired token, Clear keystone expired token
Openstack clean keystone expired token
How to clear keystone expired token?It is a good idea to set your log directory in the same keystone.conf file. Under log_dir
# log_dir = /var/log/keystone
Another issue that pops up is if you are not having the expired token cleanup setup.
How to resolve keystone expired token problem?
create CRON period pass:
(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/crontabs/keystone
The topic on Linux - Openstack clean keystone expired token is posted by - Maha
Hope you have enjoyed, Linux - Openstack clean keystone expired tokenThanks for your time