summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-05-08 13:12:17 +0000
committerGerrit Code Review <review@openstack.org>2012-05-08 13:12:17 +0000
commit2bf26cf47d650346fbe8c84701f19f36ed7b4624 (patch)
treee1c24f10059dd7449759b3f38b95534e768340b7 /doc
parenta1c2dd19633dfe7d792bfec524104bcf683a5d77 (diff)
parent310c653e01dfa5e2d7278a4fed1891cccb677eb2 (diff)
downloadkeystone-2bf26cf47d650346fbe8c84701f19f36ed7b4624.tar.gz
keystone-2bf26cf47d650346fbe8c84701f19f36ed7b4624.tar.xz
keystone-2bf26cf47d650346fbe8c84701f19f36ed7b4624.zip
Merge "Avoid ValueError in 12.04 essex pkg (bug 988523)"
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