fix delay_auth_decision parameter

fixes bug 1092564

as noted in the bug, delay_auth_decision is a int, not a bool

this change uses the value from Folsom.

Change-Id: I6a35cd055c99c2233a981009b247cafce4ebbe81
This commit is contained in:
Tom Fifield 2013-01-12 17:06:21 +11:00
parent dd1c70b310
commit e6b9f610fb
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ operator_roles = admin, swiftoperator
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 = 10
service_port = 5000
service_host = 127.0.0.1
auth_port = 35357
@ -33,4 +33,4 @@ set log_name = cache
use = egg:swift#catch_errors
[filter:healthcheck]
use = egg:swift#healthcheck
use = egg:swift#healthcheck