From 0b69d125a856afc41db8dc125093319766b25ef7 Mon Sep 17 00:00:00 2001 From: Ayush Garg Date: Wed, 6 Jan 2016 10:39:59 +0530 Subject: [PATCH] Update cron file name in Install guide for kilo -In Kilo, keystone uses memcached for token storage rather than the SQL database. Therefore, removed the step completely. -For liberty it has been already taken care.For reference: openstack-mannuals/doc/install-guide/source/keystone-install.rst Change-Id: I07904070d28c80371ab08572806fbef635eb38bc Closes-Bug: #1475703 --- doc/install-guide/section_keystone-install.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index 36fe4a7593..f67c2233e0 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -414,14 +414,5 @@ Listen 35357 remove the SQLite database file: # rm -f /var/lib/keystone/keystone.db - - By default, the Identity service stores expired tokens in the - SQL database indefinitely. The accumulation of expired tokens - considerably increases the database size and degrades performance - over time, particularly in environments with limited resources. - The packages already contain a cron job under - /etc/cron.hourly/keystone, so it is not necessary - to manually configure a periodic task that purges expired tokens. -