summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/source/configuringservices.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/configuringservices.rst b/doc/source/configuringservices.rst
index a714bd29..55f386db 100644
--- a/doc/source/configuringservices.rst
+++ b/doc/source/configuringservices.rst
@@ -203,7 +203,7 @@ rather than its built in 'tempauth'.
paste.filter_factory = keystone.middleware.auth_token:filter_factory
# Delaying the auth decision is required to support token-less
# usage for anonymous referrers ('.r:*').
- delay_auth_decision = true
+ delay_auth_decision = 1
service_port = 5000
service_host = 127.0.0.1
auth_port = 35357