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:
Alex Kavanagh 2019-11-29 15:09:10 +00:00
parent dba095bd8b
commit bcaa0b67ae
1 changed files with 1 additions and 0 deletions

View File

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