Add memcache options to sample config

The memcache options from keystone.common.config weren't included
in the sample config file (keystone.conf.sample).

Having these options in the sample config file makes it easier to
update them when using the memcache token backend.

Change-Id: I49b5c928bcc7f170f049277c7dad0bae58b1504e
This commit is contained in:
Brant Knudson 2013-11-19 14:52:35 -06:00
parent 2ab2c62435
commit 036fd43b44

View File

@ -428,6 +428,10 @@ password = keystone.auth.plugins.password.Password
token = keystone.auth.plugins.token.Token token = keystone.auth.plugins.token.Token
oauth1 = keystone.auth.plugins.oauth1.OAuth oauth1 = keystone.auth.plugins.oauth1.OAuth
[memcache]
# servers = localhost:11211
# max_compare_and_set_retry = 16
[paste_deploy] [paste_deploy]
# Name of the paste configuration file that defines the available pipelines # Name of the paste configuration file that defines the available pipelines
config_file = keystone-paste.ini config_file = keystone-paste.ini