Merge "Add cache=swift.cache for authtoken example."
This commit is contained in:
commit
a06c71c624
@ -96,6 +96,7 @@ add the configuration for the authtoken middleware::
|
||||
admin_tenant_name = service
|
||||
admin_user = swift
|
||||
admin_password = password
|
||||
cache = swift.cache
|
||||
|
||||
The actual values for these variables will need to be set depending on
|
||||
your situation. For more information, please refer to the Keystone
|
||||
|
@ -160,6 +160,7 @@ user_test_tester3 = testing3
|
||||
# admin_user = swift
|
||||
# admin_password = password
|
||||
# delay_auth_decision = 1
|
||||
# cache = swift.cache
|
||||
#
|
||||
# [filter:keystoneauth]
|
||||
# use = egg:swift#keystoneauth
|
||||
|
Loading…
Reference in New Issue
Block a user