summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-04-25 15:16:53 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-04-25 15:17:17 -0500
commit310c653e01dfa5e2d7278a4fed1891cccb677eb2 (patch)
tree5a1d5dfffbd4379eb7397cb8e0dc3eccf22fcc9b /doc
parentd65147bda724d6b38df934686647284932c3c46f (diff)
downloadkeystone-310c653e01dfa5e2d7278a4fed1891cccb677eb2.tar.gz
keystone-310c653e01dfa5e2d7278a4fed1891cccb677eb2.tar.xz
keystone-310c653e01dfa5e2d7278a4fed1891cccb677eb2.zip
Avoid ValueError in 12.04 essex pkg (bug 988523)
Change-Id: Icafe3e877efcfb326b607462de493739b2395365
Diffstat (limited to 'doc')
-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