From 8105f609209481740096f4237e5b8480df938ea9 Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Wed, 21 Oct 2015 01:54:48 +0900 Subject: [PATCH] Update Configuring Keystone doc for consistency Character between section name and parameter name is backslash or white space in Configuring Keystone doc. This patch change backslash to white space for consistency. Change-Id: I730a9769dad117ab2f94619bd02ae2a00c30bc38 --- doc/source/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 9649166009..3cdd48ebf3 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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`