Merge "Update Configuring Keystone doc for consistency"

This commit is contained in:
Jenkins 2015-10-30 04:07:33 +00:00 committed by Gerrit Code Review
commit 42bd9649ad
1 changed files with 2 additions and 2 deletions

View File

@ -423,7 +423,7 @@ Token Persistence Driver
Keystone supports customizable token persistence drivers. These can be
specified in the ``[token]`` section of the configuration file. Keystone
provides three non-test persistence backends. These can be set with the
``[token]\driver`` configuration option.
``[token] driver`` configuration option.
The drivers Keystone provides are:
@ -438,7 +438,7 @@ The drivers Keystone provides are:
* ``memcache`` - The memcached based token persistence backend. This backend
relies on ``dogpile.cache`` and stores the token data in a set of memcached
servers. The servers URLs are specified in the ``[memcache]\servers``
servers. The servers URLs are specified in the ``[memcache] servers``
configuration option in the Keystone config. Implemented by
:class:`keystone.token.persistence.backends.memcache.Token`