From bcaa0b67ae9e70ea7fc5cffce4176eff8703bf73 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Fri, 29 Nov 2019 15:09:10 +0000 Subject: [PATCH] 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 --- templates/rocky/proxy-server.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/rocky/proxy-server.conf b/templates/rocky/proxy-server.conf index a0221af..e9567e0 100644 --- a/templates/rocky/proxy-server.conf +++ b/templates/rocky/proxy-server.conf @@ -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