Add cache=swift.cache for authtoken example.

- Things swill go badly with swift if we leave the default to authtoken
 to use its own memcache cache connection based python-memcache c based
 binding.
Change-Id: I293b875acdcb06e5a7a0cfa9a9bb5d7678675da0
This commit is contained in:
Chmouel Boudjnah
2013年02月21日 22:58:27 +01:00
parent e88ff34685
commit e69f3bef8f

View File

@@ -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

View File

@@ -153,6 +153,7 @@ user_test_tester3 = testing3
# admin_user = swift
# admin_password = password
# delay_auth_decision = 1
# cache = swift.cache
#
# [filter:keystoneauth]
# use = egg:swift#keystoneauth
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.