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
This commit is contained in:
Ayush Garg 2016-01-06 10:39:59 +05:30
parent 17c8fe14c2
commit 0b69d125a8
1 changed files with 0 additions and 9 deletions

View File

@ -414,14 +414,5 @@ Listen 35357
remove the SQLite database file:</para>
<screen><prompt>#</prompt> <userinput>rm -f /var/lib/keystone/keystone.db</userinput></screen>
</step>
<step os="sles;opensuse;debian">
<para>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.</para>
<para>The packages already contain a cron job under
<filename>/etc/cron.hourly/keystone</filename>, so it is not necessary
to manually configure a periodic task that purges expired tokens.</para>
</step>
</procedure>
</section>