Set include_service_catalog to False
As per the recommendations in [1], this patchset sets configures authtoken to not include the service catalog. This should improve performance on token authentication and generally help keystone. [1] https://docs.openstack.org/swift/latest/overview_auth.html#configuring-swift-to-use-keystone Change-Id: Iaf0da1dbd19e5aa563224a388312fb4dc71a5961
This commit is contained in:
parent
dba095bd8b
commit
bcaa0b67ae
@ -123,6 +123,7 @@ project_name = {{ admin_tenant_name }}
|
||||
delay_auth_decision = {{ delay_auth_decision|lower }}
|
||||
signing_dir = {{ signing_dir }}
|
||||
cache = swift.cache
|
||||
include_service_catalog = false
|
||||
|
||||
[filter:s3token]
|
||||
use = egg:swift#s3token
|
||||
|
Loading…
Reference in New Issue
Block a user